reindeer: unstable-2024-03-06 -> 2024.03.11.00

This commit is contained in:
R. Ryantm 2024-03-13 19:42:40 +00:00 committed by Weijia Wang
parent 5fa02d3366
commit 6da4b1f99c

View File

@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "reindeer"; pname = "reindeer";
version = "unstable-2024-03-06"; version = "2024.03.11.00";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "facebookincubator"; owner = "facebookincubator";
repo = pname; repo = "reindeer";
rev = "3ec771e9608a01c90d6aac92aa77145551786c64"; rev = "refs/tags/v${version}";
sha256 = "sha256-cClbSJuEs4yIjx+13GSIevZO2PWEEHVDaMEmf729keA="; hash = "sha256-cClbSJuEs4yIjx+13GSIevZO2PWEEHVDaMEmf729keA=";
}; };
cargoSha256 = "sha256-plkn+snWUaOH6ZxaPUbCvnNOky+eL6oY4ZHwv+qyNiE="; cargoHash = "sha256-TtbkzU48j3dmqRocJdY8KJz/3YHYIi3SZYM/eB9zoIg=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
buildInputs = buildInputs =