ccache: 3.7.11 -> 3.7.12
This commit is contained in:
parent
9e1943edc0
commit
83bf88fc66
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
let ccache = stdenv.mkDerivation rec {
|
let ccache = stdenv.mkDerivation rec {
|
||||||
pname = "ccache";
|
pname = "ccache";
|
||||||
version = "3.7.11";
|
version = "3.7.12";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ccache";
|
owner = "ccache";
|
||||||
repo = "ccache";
|
repo = "ccache";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "03c6riz4vb0jipplk69c1j8arjjrjn676kglsrzqf8cidrh8j91c";
|
sha256 = "1xnv4g4n1jk1i98sa53k8w6q7hbwbw62svs30lssppysbrv8x3gz";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ asciidoc-full autoreconfHook gperf perl ];
|
nativeBuildInputs = [ asciidoc-full autoreconfHook gperf perl ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user