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
commit 09120163b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" ];