Skip to content

Commit

Permalink
fix(nix): bump hash for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmay committed Nov 10, 2024
1 parent f2aae62 commit 0ecdb52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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-46RLGX86/soSlEHifFspFGQeDU6s9agFEa9uRw4tZRg=";
hash = "sha256-RVsoxqRtOmtFJgzLc0W6WPkcljsebtreAa63n5PMskI=";
# hash = pkgs.lib.fakeHash;
};

Expand Down Expand Up @@ -45,8 +45,8 @@
cldr = pkgs.fetchFromGitHub {
owner = "elixir-cldr";
repo = "cldr";
rev = "v2.37.5";
sha256 = "sha256-T5Qvuo+xPwpgBsqHNZYnTCA4loToeBn1LKTMsDcCdYs=";
rev = "v2.40.0";
sha256 = "sha256-B3kIJx684kg3uxdFaWWMn9SBktb1GUqCzSJwN1a0oNo=";
# sha256 = pkgs.lib.fakeHash;
};

Expand Down

0 comments on commit 0ecdb52

Please sign in to comment.