We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808137c commit 78b3b56Copy full SHA for 78b3b56
1 file changed
default.nix
@@ -45,7 +45,7 @@ pkgs.stdenv.mkDerivation rec {
45
dontConfigure = true;
46
outputHashAlgo = "sha256";
47
outputHashMode = "recursive";
48
- outputHash = "sha256-np1FQiQpWFYWZIoVsiAgURlIrmhXjUJjLM/LDbH7q4U=";
+ outputHash = "sha256-S6duDsKFIrm+LT1SFD/9yxiODQI09MXvI8nHhy7nd4c=";
49
};
50
51
buildPhase = ''
0 commit comments