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

Merge pull request #253894 from r-ryantm/auto-update/ccache

ccache: 4.8.2 -> 4.8.3
parents 7dfae38d 5ebc1a62
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ccache";
  version = "4.8.2";
  version = "4.8.3";

  src = fetchFromGitHub {
    owner = "ccache";
    repo = "ccache";
    rev = "refs/tags/v${finalAttrs.version}";
    sha256 = "sha256-wft9T0XzTJhN/85kV+pIAUqTvcIBClbj+nHPQK0ncVE=";
    sha256 = "sha256-fcstTjwwOh5SAe6+VT5MpBaD+AEFoQtHop99dOMr7/A=";
  };

  outputs = [ "out" "man" ];