Skip to content

Commit

Permalink
fix: nix hash
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbittner committed Jan 29, 2024
1 parent 3ceefb4 commit 28ff3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pkgs.stdenv.mkDerivation rec {
dontConfigure = true;
outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = "sha256-jQxZ6eSokwM6bP/vHkYczhE7xW/rHS/IH4pGy2SzzH0=";
outputHash = "sha256-NFV5zcNefpaOoPIGEga/jlyuWzCV+OidOCs2SQuEDkA=";
};

buildPhase = ''
Expand Down

0 comments on commit 28ff3e9

Please sign in to comment.