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

ccache: 3.7.10 -> 3.7.11
This commit is contained in:
Benjamin Hipple 2020-07-31 21:11:30 -04:00 committed by GitHub
commit f715d5a341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
let ccache = stdenv.mkDerivation rec {
pname = "ccache";
version = "3.7.10";
version = "3.7.11";
src = fetchFromGitHub {
owner = "ccache";
repo = "ccache";
rev = "v${version}";
sha256 = "0v6pvj50y18fxh2f6cx6xyg545xcpxfmrcg9bzbc6lc5acrvvjm7";
sha256 = "03c6riz4vb0jipplk69c1j8arjjrjn676kglsrzqf8cidrh8j91c";
};
nativeBuildInputs = [ asciidoc-full autoreconfHook gperf perl ];