Skip to content

Commit

Permalink
sccache: 0.9.0 -> 0.9.1 (NixOS#371803)
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar authored Jan 7, 2025
2 parents 76351a0 + a05b3a2 commit e800f86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sc/sccache/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
}:

rustPlatform.buildRustPackage rec {
version = "0.9.0";
version = "0.9.1";
pname = "sccache";

src = fetchFromGitHub {
owner = "mozilla";
repo = "sccache";
rev = "v${version}";
sha256 = "sha256-JjXk7mH9XT06qkQDDF2F1zq8m55y7eKTr113iZtrEnA=";
sha256 = "sha256-MR/zfE87Z4TXc3ta3192lG/tD7YiVrn0HCLr5O29Izo=";
};

cargoHash = "sha256-u6wV+AbR3y1V+lkZbhtBE3nxRKZ6XXOqv0MAMm2Dc1E=";
cargoHash = "sha256-tmK+/m1yNQvwbOs05hADmHOwuIbLgGXvPSvXYuye/OY=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit e800f86

Please sign in to comment.