sccache: 0.8.1 -> 0.8.2

This commit is contained in:
R. Ryantm 2024-10-03 21:00:31 +00:00
parent 63d3e6c611
commit b0f3e159f5

View File

@ -8,17 +8,17 @@
}:
rustPlatform.buildRustPackage rec {
version = "0.8.1";
version = "0.8.2";
pname = "sccache";
src = fetchFromGitHub {
owner = "mozilla";
repo = "sccache";
rev = "v${version}";
sha256 = "sha256-sP6KTR50Ns4Yf/DGeSK7kB0dF0lraWbx948EOmsy+8c=";
sha256 = "sha256-HqTPC7J3hf5+dcsWlqc/FR7ev3f6J4jxhDwgM4GxYww=";
};
cargoHash = "sha256-6tiTgyhkPeH/oWcce1U2UsVngEfc4LKbB1zMt7meshA=";
cargoHash = "sha256-ZUdjdKUUrQCUjwTh+T61Wn5gle4kzAbi3P1LvkS+NfQ=";
nativeBuildInputs = [
pkg-config