We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1aeb31e + 5b3d1a0 commit 3c67a46Copy full SHA for 3c67a46
pkgs/by-name/re/reindeer/package.nix
@@ -9,17 +9,17 @@
9
10
rustPlatform.buildRustPackage rec {
11
pname = "reindeer";
12
- version = "2025.02.24.00";
+ version = "2025.03.10.00";
13
14
src = fetchFromGitHub {
15
owner = "facebookincubator";
16
repo = "reindeer";
17
tag = "v${version}";
18
- hash = "sha256-+uiVUEaBDO7c2QYo0NcCy9Ms+wz+09p6kD0muRAvOlo=";
+ hash = "sha256-yE1ARmsEbuG9OskipZfPKbA0c/4VBVBFHFEiy5nzwXg=";
19
};
20
21
useFetchCargoVendor = true;
22
- cargoHash = "sha256-G+NAljFX0R73+sj30KHHkU78AfQCg7e3PM5oOB9iTbE=";
+ cargoHash = "sha256-VU0mLaQ8pWQw/pFTB35/ZOKUnqEVEO9f1IKZ0gAmqj8=";
23
24
nativeBuildInputs = [ pkg-config ];
25
0 commit comments