about summary refs log tree commit diff
path: root/pkgs/development/tools/reindeer
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2023-09-18 08:16:48 +0000
committerAustin Seipp <aseipp@pobox.com>2023-09-18 12:17:11 -0500
commit62f5b69eca7bb8b91237d6dc121bf4b27ed6c14b (patch)
treee2a167773f2ef6f65f33070e936cf25dacc9d782 /pkgs/development/tools/reindeer
parent1774d07242995050d2d8a91cb4da0855eac2e472 (diff)
reindeer: unstable-2023-08-14 -> unstable-2023-09-16
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 5d352ccca0b01..5f024ef75408d 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-08-14";
+  version = "unstable-2023-09-16";
 
   src = fetchFromGitHub {
     owner = "facebookincubator";
     repo = pname;
-    rev = "7ab6fc86006c3a9c7d46775d23474f86b1d29881";
-    sha256 = "sha256-wn5MwBDOKnHIOVYZK68GOjvX7dkFaWJuLJOxgUR6bok=";
+    rev = "3e72020a556320180053d16425d19ffe089916a3";
+    sha256 = "sha256-M3yFIcB4Zdjl+xgp40hNj5cWQhxrv8mfMC2dggNxeqY=";
   };
 
-  cargoSha256 = "sha256-MVQVYiJ6512wahVG8ONtZB+jgXXEGGFnE89VHGa/77U=";
+  cargoSha256 = "sha256-608rF338ukoti8Xa+7p84dyG0XNXJFJkuZqNAqqGJj4=";
 
   nativeBuildInputs = [ pkg-config ];
   buildInputs =