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

ccache: 4.8.1 -> 4.8.2
This commit is contained in:
Weijia Wang
2023-06-17 15:33:39 +03:00
committed by GitHub
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ccache";
version = "4.8.1";
version = "4.8.2";
src = fetchFromGitHub {
owner = "ccache";
repo = "ccache";
rev = "refs/tags/v${finalAttrs.version}";
sha256 = "sha256-v0XYIaUKgdCYNSlwLNA3+oBEh6IDo8f5GPNsmYzzYRM=";
sha256 = "sha256-wft9T0XzTJhN/85kV+pIAUqTvcIBClbj+nHPQK0ncVE=";
};
outputs = [ "out" "man" ];