Skip to content

Commit 3d08431

Browse files
fix(nix): update mix dependency hash in nix builds
1 parent af4b7d0 commit 3d08431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/flake-modules/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
TOP_SRC = src;
1414
pname = "${pname}-mix-deps";
1515
inherit src version;
16-
hash = "sha256-hdZJP6LIAY4VZDkuGJ/EdhofA6hTF+ZlTqRbSmPxKHk=";
16+
hash = "sha256-QgaEcRBayYewkfX+qI2n8jPQwbTPG9HPup+1sHR8joY=";
1717
# hash = pkgs.lib.fakeHash;
1818
};
1919

0 commit comments

Comments
 (0)