about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-12 18:42:40 -0500
committerGitHub <noreply@github.com>2023-11-12 18:42:40 -0500
commite7c9db6cdc8f0e54bb8620bbae69a263be53d329 (patch)
tree2fde4c8d95c63e521bbf82aa6c20d886de817309 /pkgs/development
parentc78df0bb89be93ac35296d6561d89f0c6b87278a (diff)
parent95635a1340da3da85c50638e88d98ac10d4dd9f5 (diff)
Merge pull request #267046 from r-ryantm/auto-update/reindeer
reindeer: unstable-2023-10-16 -> unstable-2023-11-09
Diffstat (limited to 'pkgs/development')
-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 =