Skip to content

Commit 8963dac

Browse files
fix(nix): update mix dependency hash in nix builds
1 parent 835a1d4 commit 8963dac

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
@@ -18,7 +18,7 @@
1818
TOP_SRC = src;
1919
pname = "${pname}-mix-deps";
2020
inherit src version;
21-
hash = "sha256-/PZHgfBTufpc0fP6GKUzW1ACwvuceBIjJ2loTxt36FQ=";
21+
hash = "sha256-8EcArG/DdgT299cja/dlaRYLTRObZteXZt8ydVQT5m8=";
2222
# hash = pkgs.lib.fakeHash;
2323
};
2424

0 commit comments

Comments
 (0)