Skip to content

Commit 3c67a46

Browse files
reindeer: 2025.02.24.00 -> 2025.03.10.00 (#390417)
2 parents 1aeb31e + 5b3d1a0 commit 3c67a46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/re/reindeer/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99

1010
rustPlatform.buildRustPackage rec {
1111
pname = "reindeer";
12-
version = "2025.02.24.00";
12+
version = "2025.03.10.00";
1313

1414
src = fetchFromGitHub {
1515
owner = "facebookincubator";
1616
repo = "reindeer";
1717
tag = "v${version}";
18-
hash = "sha256-+uiVUEaBDO7c2QYo0NcCy9Ms+wz+09p6kD0muRAvOlo=";
18+
hash = "sha256-yE1ARmsEbuG9OskipZfPKbA0c/4VBVBFHFEiy5nzwXg=";
1919
};
2020

2121
useFetchCargoVendor = true;
22-
cargoHash = "sha256-G+NAljFX0R73+sj30KHHkU78AfQCg7e3PM5oOB9iTbE=";
22+
cargoHash = "sha256-VU0mLaQ8pWQw/pFTB35/ZOKUnqEVEO9f1IKZ0gAmqj8=";
2323

2424
nativeBuildInputs = [ pkg-config ];
2525

0 commit comments

Comments
 (0)