Skip to content

Commit

Permalink
reindeer: unstable-2024-01-12 -> unstable-2024-01-25
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 25, 2024
1 parent 5af80ac commit 9129959
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/tools/reindeer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 9129959

Please sign in to comment.