Skip to content

Commit 647885d

Browse files
committed
fix(nix): bump hash for dependencies
1 parent 31c082a commit 647885d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nix/flake-modules/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
TOP_SRC = src;
1414
pname = "${pname}-mix-deps";
1515
inherit src version;
16-
hash = "sha256-46RLGX86/soSlEHifFspFGQeDU6s9agFEa9uRw4tZRg=";
16+
hash = "sha256-RVsoxqRtOmtFJgzLc0W6WPkcljsebtreAa63n5PMskI=";
1717
# hash = pkgs.lib.fakeHash;
1818
};
1919

@@ -45,8 +45,8 @@
4545
cldr = pkgs.fetchFromGitHub {
4646
owner = "elixir-cldr";
4747
repo = "cldr";
48-
rev = "v2.37.5";
49-
sha256 = "sha256-T5Qvuo+xPwpgBsqHNZYnTCA4loToeBn1LKTMsDcCdYs=";
48+
rev = "v2.40.0";
49+
sha256 = "sha256-B3kIJx684kg3uxdFaWWMn9SBktb1GUqCzSJwN1a0oNo=";
5050
# sha256 = pkgs.lib.fakeHash;
5151
};
5252

0 commit comments

Comments
 (0)