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

sccache: 0.8.1 -> 0.8.2 (#346248)

parents edf815b0 b0f3e159
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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