We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9c636 commit f267e75Copy full SHA for f267e75
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-NFV5zcNefpaOoPIGEga/jlyuWzCV+OidOCs2SQuEDkA=";
+ outputHash = "sha256-Gimt6L54yyaX3BtdhQlVu1j4c4y++Mip0GzMl/IfzMc=";
61
};
62
63
buildPhase = ''
0 commit comments