Commit 5ebc1a62 authored by R. RyanTM's avatar R. RyanTM
Browse files

ccache: 4.8.2 -> 4.8.3

parent b5ea0c03
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" ];