Skip to content

Commit 5db5764

Browse files
build(nix): update mixFodDeps hash
1 parent ca6377d commit 5db5764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix/flake-modules/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
TOP_SRC = src;
2020
pname = "${pname}-mix-deps";
2121
inherit src version;
22-
hash = "sha256-ZwmfuJARA1d6zWa02e9WUbsJS3LOYzNRP3f5DjgQGyA="; # if you change the mix deps, you need to update this hash
22+
hash = "sha256-OVd4ZPU1nsJIfINz+IkOw+NqvK83TMAZv+1fQ7HbYbs="; # if you change the mix deps, you need to update this hash
2323
# hash = pkgs.lib.fakeHash;
2424
};
2525

0 commit comments

Comments
 (0)