about summary refs log tree commit diff
path: root/pkgs/development/tools/reindeer
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2023-08-15 01:11:06 +0000
committerAustin Seipp <aseipp@pobox.com>2023-08-15 03:20:20 -0500
commit6a2f23dec73b29eaa290f9694dba118cc7dc9d20 (patch)
tree823711c6c52b602e15348a7517a197546009f8b9 /pkgs/development/tools/reindeer
parent956d699777c8c2b2a7f5d623e84ee18733c99fae (diff)
reindeer: unstable-2023-07-14 -> unstable-2023-08-14
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 f2b934187e542..5d352ccca0b01 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-07-14";
+  version = "unstable-2023-08-14";
 
   src = fetchFromGitHub {
     owner = "facebookincubator";
     repo = pname;
-    rev = "381fe232bcab77b432e2f29dbbd685e013d19c76";
-    sha256 = "sha256-xyoGmleJAZA/tdB2Q11vPe9rcn74SCBPiTR//Cpx1Lw=";
+    rev = "7ab6fc86006c3a9c7d46775d23474f86b1d29881";
+    sha256 = "sha256-wn5MwBDOKnHIOVYZK68GOjvX7dkFaWJuLJOxgUR6bok=";
   };
 
-  cargoSha256 = "sha256-GVOkZcleKakXE58LbJthAa5ZWArKkIok/RawLXcwGPw=";
+  cargoSha256 = "sha256-MVQVYiJ6512wahVG8ONtZB+jgXXEGGFnE89VHGa/77U=";
 
   nativeBuildInputs = [ pkg-config ];
   buildInputs =