upgrade to 2.6.8 (security fixes, other bugfixes)

svn path=/nixpkgs/trunk/; revision=5610
This commit is contained in:
Armijn Hemel 2006-07-06 15:48:34 +00:00
parent 3fc30a1a82
commit f7faaf75f7

View File

@ -1,9 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "rsync-2.6.6";
name = "rsync-2.6.8";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/rsync-2.6.6.tar.gz;
md5 = "30c4e2849cbeae93f55548453865c2f2";
url = http://rsync.samba.org/ftp/rsync/rsync-2.6.8.tar.gz;
md5 = "082a9dba1f741e6591e5cd748a1233de";
};
}