Unverified Commit dd50c965 authored by Ryan Burns's avatar Ryan Burns Committed by GitHub
Browse files

ccache: 4.13.2 -> 4.13.5 (#509992)

parents 9e66db00 ae5b047c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ccache";
  version = "4.13.2";
  version = "4.13.5";

  src = fetchFromGitHub {
    owner = "ccache";
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
        exit 1
      fi
    '';
    hash = "sha256-6csG4nUscuqaN6juMwICngaKd4CQgC+17tJfMc6aGLI=";
    hash = "sha256-v8TgVoLIKhNgcmTLbgqAYuJLUHJEOh/yDVPig/LfPMk=";
  };

  outputs = [