cabal2nix: fixed sha256 hash
I was getting below error: output path ‘/nix/store/i73iz0id6ap6qg1p6jaqadl053h2cgfz-cabal2nix-9f58996’ should have r:sha256 hash ‘1w5ba7cdanpq4nr8xngk1jsj0p6b17c6ap24ldzggrln216f3f7d’, instead has ‘0vy18gmyrw72m98psz7hz51aqj66b98h1pdv98hf3k1hrdva3ncv’
This commit is contained in:
parent
75250d5add
commit
afe6f05310
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ mkDerivation rec {
|
|||
src = fetchgit {
|
||||
url = "http://github.com/NixOS/cabal2nix.git";
|
||||
rev = "9f589961fba9fa6a92900c37cf1ab16c597b0c69";
|
||||
sha256 = "1w5ba7cdanpq4nr8xngk1jsj0p6b17c6ap24ldzggrln216f3f7d";
|
||||
sha256 = "0vy18gmyrw72m98psz7hz51aqj66b98h1pdv98hf3k1hrdva3ncv";
|
||||
deepClone = true;
|
||||
};
|
||||
isLibrary = false;
|
||||
|
|
Loading…
Reference in a new issue