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

reindeer: unstable-2024-02-20 -> unstable-2024-03-06
This commit is contained in:
Weijia Wang 2024-03-09 21:36:19 +01:00 committed by GitHub
commit f0e2660457
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "reindeer"; pname = "reindeer";
version = "unstable-2024-02-20"; version = "unstable-2024-03-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "facebookincubator"; owner = "facebookincubator";
repo = pname; repo = pname;
rev = "40e0e40eac95c859a36b4a0fe8ad8f1363620fb0"; rev = "3ec771e9608a01c90d6aac92aa77145551786c64";
sha256 = "sha256-bxRxFxoBt1nOXKBaYQcDYV2KB4OAnhJCaQ8iWvve8sw="; sha256 = "sha256-cClbSJuEs4yIjx+13GSIevZO2PWEEHVDaMEmf729keA=";
}; };
cargoSha256 = "sha256-sQk8HXPb0tnafOdVQrtpZmn0QaoNNxBj63QW7P6tZkU="; cargoSha256 = "sha256-plkn+snWUaOH6ZxaPUbCvnNOky+eL6oY4ZHwv+qyNiE=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
buildInputs = buildInputs =