Skip to content

Commit

Permalink
fix: update hash for mix-deps package in flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Sep 30, 2024
1 parent 402c009 commit 027678b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
TOP_SRC = src;
pname = "${pname}-mix-deps";
inherit src version;
hash = "sha256-CeGtWKLjZJsoHk+uSAIz8s46XyGJWa3ECm5rSRfqlrc=";
hash = "sha256-ukE7PKrsRaw6TWDSqTJljsPJQedi39mZgGFrMINEJlw=";
# hash = pkgs.lib.fakeHash;
};

Expand Down

0 comments on commit 027678b

Please sign in to comment.