ccache: 3.0

svn path=/nixpkgs/trunk/; revision=22422
This commit is contained in:
David Guibert 2010-06-26 14:23:28 +00:00
parent 9d4a13f798
commit d877915489
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
{stdenv, fetchurl}: {stdenv, fetchurl}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "ccache-2.4"; name = "ccache-3.0";
src = fetchurl { src = fetchurl {
url = http://samba.org/ftp/ccache/ccache-2.4.tar.gz; url = http://samba.org/ftp/ccache/ccache-3.0.tar.gz;
sha256 = "435f862ca5168c346f5aa9e242174bbf19a5abcaeecfceeac2f194558827aaa0"; sha256 = "0mi8sfnlcp2pmp7nzb7894rv85v13zxrj0v3qgnwhny3gx2p5pgk";
}; };
meta = { meta = {