reindeer: 2025.06.30.00 -> 2025.07.14.00

This commit is contained in:
R. Ryantm 2025-07-14 21:39:20 +00:00
parent 4e806e6f5e
commit 49ca796168

View File

@ -9,17 +9,17 @@
rustPlatform.buildRustPackage rec {
pname = "reindeer";
version = "2025.06.30.00";
version = "2025.07.14.00";
src = fetchFromGitHub {
owner = "facebookincubator";
repo = "reindeer";
tag = "v${version}";
hash = "sha256-9TvYewY74ntI8iTo5UOTQ+OA6eJHmA/fUPRW0maZn00=";
hash = "sha256-gr5J2qqpn2kaFdM9Q+UvIugg435XTzyWvfRJwresQyE=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-yxxh/ikFioEAHpuS/AAIpQClWvQxL/5/UkiSbbKRnBA=";
cargoHash = "sha256-QdGqvY0uUdxkDRgowSc35Bk5P2YOM5+MmUUMEt/pmCk=";
nativeBuildInputs = [ pkg-config ];