2005-03-09 18:48:46 +01:00
|
|
|
{stdenv, fetchurl}:
|
|
|
|
|
|
|
|
stdenv.mkDerivation {
|
2010-12-30 19:31:27 +01:00
|
|
|
name = "file-5.04";
|
2010-12-29 20:19:56 +01:00
|
|
|
|
2005-03-09 18:48:46 +01:00
|
|
|
src = fetchurl {
|
2012-11-06 11:23:48 +01:00
|
|
|
urls = [
|
|
|
|
ftp://ftp.astron.com/pub/file/file-5.04.tar.gz
|
|
|
|
http://pkgs.fedoraproject.org/repo/pkgs/file/file-5.04.tar.gz/accade81ff1cc774904b47c72c8aeea0/file-5.04.tar.gz
|
|
|
|
];
|
2010-12-30 19:31:27 +01:00
|
|
|
sha256 = "0316lj3jxmp2g8azv0iykmmwjsnjanq93bklccwb6k77jiwnx7jc";
|
2007-12-31 18:56:13 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "A program that shows the type of files";
|
|
|
|
homepage = ftp://ftp.astron.com/pub/file;
|
2005-03-09 18:48:46 +01:00
|
|
|
};
|
|
|
|
}
|