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

ccache: 4.12.2 -> 4.12.3 (#488604)

parents d737f939 22ba7328
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.12.2";
  version = "4.12.3";

  src = fetchFromGitHub {
    owner = "ccache";
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
        exit 1
      fi
    '';
    hash = "sha256-oWzVCrNgYtOeN4+KJmIynT3jiFZfxrsLkoIm0lK3MBo=";
    hash = "sha256-oX7qG3jjrLm4gKZd8w7Bc7uE5U5sIa35//PDRJ/XHcM=";
  };

  outputs = [