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

sccache: 0.9.0 -> 0.9.1 (#371803)

parents 76351a02 a05b3a23
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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