We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ceefb4 commit 28ff3e9Copy full SHA for 28ff3e9
1 file changed
default.nix
@@ -57,7 +57,7 @@ pkgs.stdenv.mkDerivation rec {
57
dontConfigure = true;
58
outputHashAlgo = "sha256";
59
outputHashMode = "recursive";
60
- outputHash = "sha256-jQxZ6eSokwM6bP/vHkYczhE7xW/rHS/IH4pGy2SzzH0=";
+ outputHash = "sha256-NFV5zcNefpaOoPIGEga/jlyuWzCV+OidOCs2SQuEDkA=";
61
};
62
63
buildPhase = ''
0 commit comments