Unverified Commit 4205cc0d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

ccache: 4.11 -> 4.11.1 (#390790)

parents 6cb7dfab a361c5f9
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.11";
  version = "4.11.1";

  src = fetchFromGitHub {
    owner = "ccache";
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
        exit 1
      fi
    '';
    hash = "sha256-hMQ+4/5kk+QRHtMEbIk4TIWaSyYXVdXrOMKCkglNe6g=";
    hash = "sha256-oYuvcM1BkOh+fj6FmZ8GiiyMyNCAHNp+zQdYvoAb/lU=";
  };

  outputs = [