Merge pull request #238824 from nickgerace/reindeer

reindeer: unstable-2023-05-31 -> unstable-2023-06-20
This commit is contained in:
figsoda 2023-06-20 19:51:24 -04:00 committed by GitHub
commit faba5530e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2067 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,22 +11,16 @@
rustPlatform.buildRustPackage rec {
pname = "reindeer";
version = "unstable-2023-05-31";
version = "unstable-2023-06-20";
src = fetchFromGitHub {
owner = "facebookincubator";
repo = pname;
rev = "9971d473177b26e7ba8cae2a42501f433e5d62b4";
sha256 = "sha256-RaPYy6ansK/JXEfz7KWDeVSGr6pZH5T1oQRuZW4ZqzI=";
rev = "43a317cad6e7205bd4aee067539bf613971a5624";
sha256 = "sha256-y2/tQR8kYLpBwhow59F9pvyh/pgZ0fAGYd5zow2N1Es=";
};
cargoLock = {
lockFile = ./Cargo.lock;
};
postPatch = ''
ln -s ${./Cargo.lock} Cargo.lock
'';
cargoSha256 = "sha256-mzQHEtKEiP/COHgeZnRN1CfFPcK+RaD7WuvWJO0OJHs=";
nativeBuildInputs = [ pkg-config ];
buildInputs =