Unverified Commit d612376f authored by Kira Bruneau's avatar Kira Bruneau Committed by GitHub
Browse files

ccache: 4.11.3 -> 4.12.1 (#448742)

parents 44e7db02 21c901ab
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ccache";
  version = "4.11.3";
  version = "4.12.1";

  src = fetchFromGitHub {
    owner = "ccache";
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
        exit 1
      fi
    '';
    hash = "sha256-w41e73Zh5HhYhgLPtaaSiJ48BklBNtnK9S859tol5wc=";
    hash = "sha256-EfX5cLb23VpRbImXTfOTS+dHq6UTd6ecuPWdmz4nLDs=";
  };

  outputs = [
@@ -61,6 +61,10 @@ stdenv.mkDerivation (finalAttrs: {
    })
  ];

  postPatch = ''
    patchShebangs --build test/fake-compilers
  '';

  strictDeps = true;

  nativeBuildInputs = [