Merge pull request #277575 from r-ryantm/auto-update/reindeer

reindeer: unstable-2023-12-21 -> unstable-2024-01-11
This commit is contained in:
Weijia Wang 2024-01-13 02:58:54 +01:00 committed by GitHub
commit 70a05d19b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec {
pname = "reindeer";
version = "unstable-2023-12-21";
version = "unstable-2024-01-11";
src = fetchFromGitHub {
owner = "facebookincubator";
repo = pname;
rev = "ef28c77b630c371971f624d14597eacbf90d23f9";
sha256 = "sha256-6okyRF9y2vjBye2Jbdwx1slyhP6y7syEvwnvLXwQlok=";
rev = "ff28220b43defa70f8cae77d7aa139a2f6048bf3";
sha256 = "sha256-jh0Gq29OUp7QmSd3sT9pC9OlCnyx8lHJEAEG7eBw448=";
};
cargoSha256 = "sha256-1QCjNIwS9/kQyq5CIqOa+wdKbH6pkZ0Wg5rHaGuZ/nI=";
cargoSha256 = "sha256-3F1Df66JgZnQbt1zHNOClJPb6IB7crwvCdy7YA4UIKA=";
nativeBuildInputs = [ pkg-config ];
buildInputs =