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

ccache: 3.7.11 -> 3.7.12
This commit is contained in:
Mario Rodas 2020-10-18 09:00:15 -05:00 committed by GitHub
commit 9b3e35d991
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.11";
version = "3.7.12";
src = fetchFromGitHub {
owner = "ccache";
repo = "ccache";
rev = "v${version}";
sha256 = "03c6riz4vb0jipplk69c1j8arjjrjn676kglsrzqf8cidrh8j91c";
sha256 = "1xnv4g4n1jk1i98sa53k8w6q7hbwbw62svs30lssppysbrv8x3gz";
};
nativeBuildInputs = [ asciidoc-full autoreconfHook gperf perl ];