Commit 21c901ab authored by misilelab's avatar misilelab Committed by Kira Bruneau
Browse files
parent 697ef599
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 = [