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

ccache: 4.7.3 -> 4.7.4
This commit is contained in:
Nikolay Korotkiy 2022-11-26 18:32:48 +04:00 committed by GitHub
commit 40cf24de55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@
let ccache = stdenv.mkDerivation rec {
pname = "ccache";
version = "4.7.3";
version = "4.7.4";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-i5VOKBNAzu65Ha3Lj3Hh6k+EMGPRAo5/qnwnJipDnMI=";
sha256 = "sha256-mt5udwSdzGaspfpAdUavQ55dBeJdhbZjcQpd9xNOQms=";
};
outputs = [ "out" "man" ];