Skip to content

Commit

Permalink
reindeer: 2024.12.16.00 -> 2024.12.30.00
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 31, 2024
1 parent 9b07371 commit 980477e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/re/reindeer/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
pname = "reindeer";
version = "2024.12.16.00";
version = "2024.12.30.00";

src = fetchFromGitHub {
owner = "facebookincubator";
repo = "reindeer";
rev = "refs/tags/v${version}";
hash = "sha256-yM+iVX+5caiSW6K45EbkHgHEhceIvauCIYwlLTYpzbQ=";
hash = "sha256-o8PHtGG3Ndz6Ei9ZBoAdeNmBb70m4c+jCvHCGOjaA+w=";
};

cargoHash = "sha256-TWu2p6d/jec7zZpFP8Gly4RdgkL18yU2VWsFHVZLDJY=";
cargoHash = "sha256-guRi+kYLjPHFLm4eN3kJ2kHYIBZ5JXMb3ii8416e+IA=";

nativeBuildInputs = [ pkg-config ];

Expand Down

0 comments on commit 980477e

Please sign in to comment.