Unverified Commit 45be0fcf authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

Merge pull request #323946 from kira-bruneau/ccache

ccache: 4.10 -> 4.10.1
parents e3c9b363 81d33312
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ccache";
  version = "4.10";
  version = "4.10.1";

  src = fetchFromGitHub {
    owner = "ccache";
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
        exit 1
      fi
    '';
    hash = "sha256-YHSr2pnk17QEdrIHInXX2eBFN9OGjdleaB41VLaqlnA=";
    hash = "sha256-CUQ16VthGl2vtixOv8UGI9gCsb6iEVD9XHKAYivWMrw=";
  };

  outputs = [
@@ -177,11 +177,11 @@ stdenv.mkDerivation (finalAttrs: {
      builtins.replaceStrings [ "." ] [ "_" ] finalAttrs.version
    }";
    license = licenses.gpl3Plus;
    mainProgram = "ccache";
    maintainers = with maintainers; [
      kira-bruneau
      r-burns
    ];
    platforms = platforms.unix;
    mainProgram = "ccache";
  };
})