about summary refs log tree commit diff
path: root/pkgs/development/tools/reindeer
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2023-10-01 12:35:29 +0000
committerAustin Seipp <aseipp@pobox.com>2023-10-01 09:07:30 -0500
commitac81a7bfea14622a49d8ebd78233d56e4bda9da9 (patch)
treed1c1ebc45209ce5fd91d3a3a9f47327be6434c39 /pkgs/development/tools/reindeer
parent78fa4284b9e849320d1ee3f756f668cc537731d9 (diff)
reindeer: unstable-2023-09-16 -> unstable-2023-09-20
Signed-off-by: Austin Seipp <aseipp@pobox.com>
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 5f024ef75408d..375a8d978d36d 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-09-16";
+  version = "unstable-2023-09-20";
 
   src = fetchFromGitHub {
     owner = "facebookincubator";
     repo = pname;
-    rev = "3e72020a556320180053d16425d19ffe089916a3";
-    sha256 = "sha256-M3yFIcB4Zdjl+xgp40hNj5cWQhxrv8mfMC2dggNxeqY=";
+    rev = "d2946997e49e9358d520f008085cfbe235855c12";
+    sha256 = "sha256-2agiaRAis6wVGbY3wj+T5RumGlKF9YaHByLwU100dlc=";
   };
 
-  cargoSha256 = "sha256-608rF338ukoti8Xa+7p84dyG0XNXJFJkuZqNAqqGJj4=";
+  cargoSha256 = "sha256-rgXQYcqXckm1EL7OX/HtRfEdzTV09lM+YurcPYd/8FE=";
 
   nativeBuildInputs = [ pkg-config ];
   buildInputs =