about summary refs log tree commit diff
path: root/pkgs/development/tools/reindeer
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-12 12:27:47 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-12 12:27:47 +0000
commit95635a1340da3da85c50638e88d98ac10d4dd9f5 (patch)
treef2d00254c3a26bb48682b89219f4f6d1a3358b65 /pkgs/development/tools/reindeer
parent6f314053897165a8c629484836a45d1de1a0e965 (diff)
reindeer: unstable-2023-10-16 -> unstable-2023-11-09
Diffstat (limited to 'pkgs/development/tools/reindeer')
-rw-r--r--pkgs/development/tools/reindeer/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/tools/reindeer/default.nix b/pkgs/development/tools/reindeer/default.nix
index 383db37e19905..74a3d6b149b52 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 = "unstable-2023-10-16";
+  version = "unstable-2023-11-09";
 
   src = fetchFromGitHub {
     owner = "facebookincubator";
     repo = pname;
-    rev = "f8ffbf2362384e2311a8df458fcf39f44fc491bc";
-    sha256 = "sha256-bGxh5bT7sDiIbSKghqlcx1ILPAiffL6lsbWSp5G1CSo=";
+    rev = "66460cb9628864e230f6b30adc49c4b848d2e843";
+    sha256 = "sha256-pB68YxLHiNFhW+0PZ+UW39V59aE11CXZH7WXyqgyRIk=";
   };
 
-  cargoSha256 = "sha256-czzH0DgtK0sZmc670423hcdNQIc30tm+qtY+GA8WZbo=";
+  cargoSha256 = "sha256-iw+7xsVNpIQIxDAmN878v88k1EYe1FnJPVpGBhyVstA=";
 
   nativeBuildInputs = [ pkg-config ];
   buildInputs =