ccache: update from 3.1.7 to 3.1.9

This commit is contained in:
Nixpkgs Monitor 2013-12-18 14:42:28 +02:00 committed by Evgeny Egorochkin
parent c7a7cfc9d2
commit 32b2973807

View File

@ -3,10 +3,10 @@
let let
ccache = ccache =
stdenv.mkDerivation { stdenv.mkDerivation {
name = "ccache-3.1.7"; name = "ccache-3.1.9";
src = fetchurl { src = fetchurl {
url = http://samba.org/ftp/ccache/ccache-3.1.7.tar.gz; url = http://samba.org/ftp/ccache/ccache-3.1.9.tar.gz;
sha256 = "04ax6ks49b6rn57hx4v9wbvmsfmw6ipn0wyfqwhh4lzw70flv3r7"; sha256 = "0ixlxqv1xyacwgg0k9b4a6by07c7k75y0xbr8dp76jvyada0c9x2";
}; };
buildInputs = [ zlib ]; buildInputs = [ zlib ];