file: 5.25 -> 5.28

This commit is contained in:
Gabriel Ebner 2016-06-20 18:23:39 +02:00
parent b626e83838
commit 14c038dd03

View file

@ -1,7 +1,7 @@
{ stdenv, fetchurl, zlib }:
stdenv.mkDerivation rec {
name = "file-5.25";
name = "file-5.28";
buildInputs = [ zlib ];
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
"ftp://ftp.astron.com/pub/file/${name}.tar.gz"
"http://distfiles.macports.org/file/${name}.tar.gz"
];
sha256 = "1jhfi5mivdnqvry5la5q919l503ahwdwbf3hjhiv97znccakhd9p";
sha256 = "04p0w9ggqq6cqvwhyni0flji1z0rwrz896hmhkxd2mc6dca5xjqf";
};
meta = {