* file 4.23.
svn path=/nixpkgs/trunk/; revision=10002
This commit is contained in:
parent
d3b45c26e2
commit
7f91ba32ec
@ -1,9 +1,14 @@
|
|||||||
{stdenv, fetchurl}:
|
{stdenv, fetchurl}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "file-4.17";
|
name = "file-4.23";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://ftp.astron.com/pub/file/file-4.17.tar.gz;
|
url = ftp://ftp.astron.com/pub/file/file-4.23.tar.gz;
|
||||||
md5 = "50919c65e0181423d66bb25d7fe7b0fd";
|
sha256 = "0iyiyzcs88k6r881l11zrg86ys3rnwjyh1bgx7hnfyjv8zk9db9g";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "A program that shows the type of files";
|
||||||
|
homepage = ftp://ftp.astron.com/pub/file;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user