ccache: 3.7.10 -> 3.7.11
This commit is contained in:
parent
dd049a47d8
commit
b66b16420c
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user