about summary refs log tree commit diff
path: root/pkgs/development/tools/reindeer/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-23 18:46:15 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-23 18:46:15 +0000
commit7a9fdd2390c74984c8507b03ca29837cd5710c37 (patch)
treef169c84479e6676695f92834b763f15214964e63 /pkgs/development/tools/reindeer/default.nix
parent65378f632a4096229800582d1c971da6ba9befc6 (diff)
reindeer: 2024.06.10.00 -> 2024.06.17.00
Diffstat (limited to 'pkgs/development/tools/reindeer/default.nix')
-rw-r--r--pkgs/development/tools/reindeer/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/reindeer/default.nix b/pkgs/development/tools/reindeer/default.nix
index d868c5b16b874..a11f60bf99c4a 100644
--- a/pkgs/development/tools/reindeer/default.nix
+++ b/pkgs/development/tools/reindeer/default.nix
@@ -11,16 +11,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "reindeer";
-  version = "2024.06.10.00";
+  version = "2024.06.17.00";
 
   src = fetchFromGitHub {
     owner = "facebookincubator";
     repo = "reindeer";
     rev = "refs/tags/v${version}";
-    hash = "sha256-YAWGNF4WN8/RV3GYmxjyARNk4VzTXJEa42/gaK5B4CE=";
+    hash = "sha256-J3ZrlX83TE63Go4qp+lMhexkuaV0ZgHNYga8qxZF0wI=";
   };
 
-  cargoHash = "sha256-uNTDLQH6m4Dbk8tGyGnm0W5OK9OGaABZOq7weqtvaeU=";
+  cargoHash = "sha256-xqDMfGNvlyFo3v9GmESfRG+WyQKbzTojOqtYK/tMPxo=";
 
   nativeBuildInputs = [ pkg-config ];
   buildInputs =