From 9129959ee146038d47f24001885d18b41fdc66cd Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 25 Jan 2024 22:30:49 +0000 Subject: [PATCH] reindeer: unstable-2024-01-12 -> unstable-2024-01-25 --- pkgs/development/tools/reindeer/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/tools/reindeer/default.nix b/pkgs/development/tools/reindeer/default.nix index 37def64e68f5d..6dab09450ee29 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-2024-01-12"; + version = "unstable-2024-01-25"; src = fetchFromGitHub { owner = "facebookincubator"; repo = pname; - rev = "8815ee8ac5463b7004751ff8db73d7daf0b281c4"; - sha256 = "sha256-GIIvfiCzm/dpIZB1S1wCs1/VifKzvwZ+RYXVbjNDEY4="; + rev = "66cf0b39d0307210a95ff4cf84996a5b73da76c5"; + sha256 = "sha256-F/I1eJVJEs97Rgs94KiSmRJgpNSgQiblMxrYySl5e+g="; }; - cargoSha256 = "sha256-iAmwxOZTW5zLhufJG5U6m2h/yXck6NvmwXd2tsvBZh8="; + cargoSha256 = "sha256-Yv/DKW/6/XCbF0o50qPjOlU/3wNBJi/8o5uGRcS0gic="; nativeBuildInputs = [ pkg-config ]; buildInputs =