Skip to content

Commit 4cd9265

Browse files
committed
fix nix hash
1 parent a4bca82 commit 4cd9265

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
5858
dontInstall = true;
5959

6060
outputHashAlgo = "sha256";
61-
outputHash = "sha256-VeV3p8zNHWdzd9+9BYrJoR9apuBxjk83WyOhp2JjOK0=";
61+
outputHash = "sha256-/Gyu6bEor6G/bVML5PE6MDDJw/KS/4KmX/0YTUz7njY=";
6262
outputHashMode = "recursive";
6363
};
6464

0 commit comments

Comments
 (0)