reindeer: unstable-2023-10-16 -> unstable-2023-11-09

This commit is contained in:
R. Ryantm 2023-11-12 12:27:47 +00:00
parent 6f31405389
commit 95635a1340

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 =