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

ccache: 4.8.2 -> 4.8.3
This commit is contained in:
Ryan Burns
2023-09-08 12:57:16 -07:00
committed by GitHub
@@ -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" ];