Skip to content

Commit 28ff3e9

Browse files
committed
fix: nix hash
1 parent 3ceefb4 commit 28ff3e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pkgs.stdenv.mkDerivation rec {
5757
dontConfigure = true;
5858
outputHashAlgo = "sha256";
5959
outputHashMode = "recursive";
60-
outputHash = "sha256-jQxZ6eSokwM6bP/vHkYczhE7xW/rHS/IH4pGy2SzzH0=";
60+
outputHash = "sha256-NFV5zcNefpaOoPIGEga/jlyuWzCV+OidOCs2SQuEDkA=";
6161
};
6262

6363
buildPhase = ''

0 commit comments

Comments
 (0)