cabal2nix: fixed sha256 hash
This commit is contained in:
parent
16b47aff4b
commit
523cd395c7
@ -12,7 +12,7 @@ mkDerivation rec {
|
|||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "http://github.com/NixOS/cabal2nix.git";
|
url = "http://github.com/NixOS/cabal2nix.git";
|
||||||
rev = "560fb2b1d22f4c995a526529bb034bd183e85a31";
|
rev = "560fb2b1d22f4c995a526529bb034bd183e85a31";
|
||||||
sha256 = "0qaa0l23lc8677wvbgz327yvfg2pxxmvrxga6568ra5kgdy4204c";
|
sha256 = "1pyjy9kb8g18g6shlg7vnyaspa892zaq4hqvmqvdbxrlf24vg0wp";
|
||||||
deepClone = true;
|
deepClone = true;
|
||||||
};
|
};
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user