Unverified Commit f9ee6c13 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #305761 from r-ryantm/auto-update/sccache

sccache: 0.7.7 -> 0.8.0
parents d5b37040 d89fea37
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,17 +8,17 @@
}:

rustPlatform.buildRustPackage rec {
  version = "0.7.7";
  version = "0.8.0";
  pname = "sccache";

  src = fetchFromGitHub {
    owner = "mozilla";
    repo = "sccache";
    rev = "v${version}";
    sha256 = "sha256-nWSMWaz1UvjsA2V7q7WKx44G45VVaoQxteZqrKAlxY8=";
    sha256 = "sha256-GKJKesvOtnZsLcYQjSsnUcolBIqqiYSX0VSZru416mk=";
  };

  cargoHash = "sha256-ezub+pOqNjCfH7QgjLBrYtsyYbPM3/SADLpNgPtlG+I=";
  cargoHash = "sha256-GacjuBLlVawNRFutsjfywYHo34QKJHCPgi/QCPjcaAA=";

  nativeBuildInputs = [
    pkg-config