Skip to content

Commit

Permalink
fix: update dependancy hash in nix build (#4469)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmay authored Jan 4, 2025
1 parent dd9edb0 commit 2f68de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/flake-modules/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
TOP_SRC = src;
pname = "${pname}-mix-deps";
inherit src version;
hash = "sha256-lJmT6HJ3bsfMp8ZboX0gW7pa4gnSb6d0bewAc6Vptqg=";
hash = "sha256-eJlaKYIitGGMq5ll5N3vQQLlZKl6/s3fAT771qv+MnE=";
# hash = pkgs.lib.fakeHash;
};

Expand Down

0 comments on commit 2f68de0

Please sign in to comment.