3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #4849 from vbgl/ccache

ccache: update from 3.1.9 to 3.1.10
This commit is contained in:
vbgl 2014-11-06 00:38:40 +00:00
commit d91986c24f

View file

@ -3,10 +3,10 @@
let let
ccache = ccache =
stdenv.mkDerivation { stdenv.mkDerivation {
name = "ccache-3.1.9"; name = "ccache-3.1.10";
src = fetchurl { src = fetchurl {
url = http://samba.org/ftp/ccache/ccache-3.1.9.tar.gz; url = http://samba.org/ftp/ccache/ccache-3.1.10.tar.gz;
sha256 = "0ixlxqv1xyacwgg0k9b4a6by07c7k75y0xbr8dp76jvyada0c9x2"; sha256 = "0fzxa45q7wfm63zrak65wh31w7pnsp0k65fxv00cgmf454as4dza";
}; };
buildInputs = [ zlib ]; buildInputs = [ zlib ];
@ -40,7 +40,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Compiler cache for fast recompilation of C/C++ code"; description = "Compiler cache for fast recompilation of C/C++ code";
homepage = http://ccache.samba.org/; homepage = http://ccache.samba.org/;
license = "GPL"; license = stdenv.lib.licenses.gpl3Plus;
}; };
}; };
in in