sccache: 0.8.0 -> 0.8.1

This commit is contained in:
R. Ryantm 2024-05-25 03:02:29 +00:00
parent f2493622c4
commit 3c161a48f4

View File

@ -8,17 +8,17 @@
}:
rustPlatform.buildRustPackage rec {
version = "0.8.0";
version = "0.8.1";
pname = "sccache";
src = fetchFromGitHub {
owner = "mozilla";
repo = "sccache";
rev = "v${version}";
sha256 = "sha256-GKJKesvOtnZsLcYQjSsnUcolBIqqiYSX0VSZru416mk=";
sha256 = "sha256-sP6KTR50Ns4Yf/DGeSK7kB0dF0lraWbx948EOmsy+8c=";
};
cargoHash = "sha256-GacjuBLlVawNRFutsjfywYHo34QKJHCPgi/QCPjcaAA=";
cargoHash = "sha256-6tiTgyhkPeH/oWcce1U2UsVngEfc4LKbB1zMt7meshA=";
nativeBuildInputs = [
pkg-config