ccache: 4.8.2 -> 4.8.3

This commit is contained in:
R. Ryantm
2023-09-07 18:17:46 +00:00
parent b5ea0c0324
commit 5ebc1a6204
@@ -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" ];