mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
memo: 0.6 -> 0.8 (#64676)
This commit is contained in:
parent
3d9666b8e5
commit
6cc4c0a50d
1 changed files with 2 additions and 2 deletions
|
@ -9,13 +9,13 @@ stdenv.mkDerivation rec {
|
|||
|
||||
name = "memo-${version}";
|
||||
|
||||
version = "0.6";
|
||||
version = "0.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mrVanDalo";
|
||||
repo = "memo";
|
||||
rev = "${version}";
|
||||
sha256 = "1cvjs36f6vxzfz5d63yhyw8j7gdw5hn6cfzccf7ag08lamjhfhbr";
|
||||
sha256 = "0azx2bx6y7j0637fg3m8zigcw09zfm2mw9wjfg218sx88cm1wdkp";
|
||||
};
|
||||
|
||||
installPhase = let
|
||||
|
|
Loading…
Reference in a new issue