* bumped version for file

svn path=/nixpkgs/trunk/; revision=16018
This commit is contained in:
Rob Vermaas 2009-06-22 11:41:14 +00:00
parent e7edaef873
commit 93f767d897

View file

@ -1,10 +1,10 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "file-4.25";
name = "file-5.03";
src = fetchurl {
url = ftp://ftp.astron.com/pub/file/file-4.25.tar.gz;
sha256 = "abcd5bc7f9a604b5966463eac4a3f54de180a08adb513d902bb44152ebad6c8a";
url = ftp://ftp.astron.com/pub/file/file-5.03.tar.gz;
sha256 = "1fwmpplwc6h2g89ribq7w8x2np0yn5k7bw042815rv7jkrzv9nhy";
};
meta = {