upgrade from 4.13 -> 4.17

svn path=/nixpkgs/trunk/; revision=5622
This commit is contained in:
Armijn Hemel 2006-07-06 18:15:07 +00:00
parent c1afbc0f77
commit 1477b909f9

View File

@ -1,9 +1,9 @@
{stdenv, fetchurl}: {stdenv, fetchurl}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "file-4.13"; name = "file-4.17";
src = fetchurl { src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/file-4.13.tar.gz; url = ftp://ftp.astron.com/pub/file/file-4.17.tar.gz;
md5 = "2bfc0f878ee22e50441b68df2ccbb984"; md5 = "50919c65e0181423d66bb25d7fe7b0fd";
}; };
} }