Skip to content

Commit 23a902a

Browse files
build(nix): update mix dependencies hash
1 parent 6d8107f commit 23a902a

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
@@ -20,7 +20,7 @@
2020
TOP_SRC = src;
2121
pname = "${pname}-mix-deps";
2222
inherit src version;
23-
hash = "sha256-5GJb6r1kSocH9wIdgSON6EtYueFSj9OJ/bXkWwQeghg="; # if you change the mix deps, you need to update this hash
23+
hash = "sha256-/AVC3lmmkqptB4c523zkgDWrwJ9luXZitKK54fOLI5Q="; # if you change the mix deps, you need to update this hash
2424
# hash = pkgs.lib.fakeHash;
2525
};
2626

0 commit comments

Comments
 (0)