file: bump from 5.11 to 5.12

This commit is contained in:
Bjørn Forsman 2013-02-16 23:17:18 +01:00 committed by Peter Simons
parent 614e9b65a0
commit 52531cef21

View File

@ -1,17 +1,17 @@
{stdenv, fetchurl, zlib}: { stdenv, fetchurl, zlib }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "file-5.11"; name = "file-5.12";
buildInputs = [ zlib ]; buildInputs = [ zlib ];
src = fetchurl { src = fetchurl {
url = "ftp://ftp.astron.com/pub/file/${name}.tar.gz"; url = "ftp://ftp.astron.com/pub/file/${name}.tar.gz";
sha256 = "c70ae29a28c0585f541d5916fc3248c3e91baa481f63d7ccec53d1534cbcc9b7"; sha256 = "08ix4xrvan0k80n0l5lqfmc4azjv5lyhvhwdxny4r09j5smhv78r";
}; };
meta = { meta = {
description = "A program that shows the type of files";
homepage = "http://darwinsys.com/file"; homepage = "http://darwinsys.com/file";
description = "A program that shows the type of files";
}; };
} }