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

ccache: 4.10.2 -> 4.11 (#388538)

parents b7f73db2 cb3ca5c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ccache";
  version = "4.10.2";
  version = "4.11";

  src = fetchFromGitHub {
    owner = "ccache";
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
        exit 1
      fi
    '';
    hash = "sha256-j7Cjr5R/fN/1C6hR9400Y/hwgG++qjPvo9PYyetzrx0=";
    hash = "sha256-hMQ+4/5kk+QRHtMEbIk4TIWaSyYXVdXrOMKCkglNe6g=";
  };

  outputs = [