Skip to content

Commit

Permalink
Merge pull request NixOS#314465 from r-ryantm/auto-update/sccache
Browse files Browse the repository at this point in the history
sccache: 0.8.0 -> 0.8.1
  • Loading branch information
NickCao authored May 25, 2024
2 parents a70216b + 3c161a4 commit 7070308
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/misc/sccache/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7070308

Please sign in to comment.