1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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
ccache =
stdenv.mkDerivation {
name = "ccache-3.1.7";
name = "ccache-3.1.9";
src = fetchurl {
url = http://samba.org/ftp/ccache/ccache-3.1.7.tar.gz;
sha256 = "04ax6ks49b6rn57hx4v9wbvmsfmw6ipn0wyfqwhh4lzw70flv3r7";
url = http://samba.org/ftp/ccache/ccache-3.1.9.tar.gz;
sha256 = "0ixlxqv1xyacwgg0k9b4a6by07c7k75y0xbr8dp76jvyada0c9x2";
};
buildInputs = [ zlib ];