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

reindeer: unstable-2023-10-16 -> unstable-2023-11-09
This commit is contained in:
Nick Cao 2023-11-12 18:42:40 -05:00 committed by GitHub
commit e7c9db6cdc
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-10-16";
version = "unstable-2023-11-09";
src = fetchFromGitHub {
owner = "facebookincubator";
repo = pname;
rev = "f8ffbf2362384e2311a8df458fcf39f44fc491bc";
sha256 = "sha256-bGxh5bT7sDiIbSKghqlcx1ILPAiffL6lsbWSp5G1CSo=";
rev = "66460cb9628864e230f6b30adc49c4b848d2e843";
sha256 = "sha256-pB68YxLHiNFhW+0PZ+UW39V59aE11CXZH7WXyqgyRIk=";
};
cargoSha256 = "sha256-czzH0DgtK0sZmc670423hcdNQIc30tm+qtY+GA8WZbo=";
cargoSha256 = "sha256-iw+7xsVNpIQIxDAmN878v88k1EYe1FnJPVpGBhyVstA=";
nativeBuildInputs = [ pkg-config ];
buildInputs =