Skip to content

Commit 9e40963

Browse files
build(nix): update dependency hashes in nix builds
1 parent 850124e commit 9e40963

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-QK8keTjN6BDB5wH4yLUTLcZjIcGUzkaQ1Ms3QM2vcQg="; # if you change the mix deps, you need to update this hash
21+
hash = "sha256-+qWEOuBSEngHL4+RSTUSmbFqdAptMG9hDj7AFnsxFZQ="; # if you change the mix deps, you need to update this hash
2222
# hash = pkgs.lib.fakeHash;
2323
};
2424

0 commit comments

Comments
 (0)