Merge pull request #94383 from r-ryantm/auto-update/ccache
ccache: 3.7.10 -> 3.7.11
This commit is contained in:
commit
f715d5a341
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
let ccache = stdenv.mkDerivation rec {
|
let ccache = stdenv.mkDerivation rec {
|
||||||
pname = "ccache";
|
pname = "ccache";
|
||||||
version = "3.7.10";
|
version = "3.7.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ccache";
|
owner = "ccache";
|
||||||
repo = "ccache";
|
repo = "ccache";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0v6pvj50y18fxh2f6cx6xyg545xcpxfmrcg9bzbc6lc5acrvvjm7";
|
sha256 = "03c6riz4vb0jipplk69c1j8arjjrjn676kglsrzqf8cidrh8j91c";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ asciidoc-full autoreconfHook gperf perl ];
|
nativeBuildInputs = [ asciidoc-full autoreconfHook gperf perl ];
|
||||||
|
|
Loading…
Reference in a new issue