file: 5.34 -> 5.35

This commit is contained in:
Vladyslav Mykhailichenko 2018-10-19 17:41:00 +03:00 committed by Frederik Rietdijk
parent 4eadb33045
commit eee82aee37

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
name = "file-${version}";
version = "5.34";
version = "5.35";
src = fetchurl {
urls = [
"ftp://ftp.astron.com/pub/file/${name}.tar.gz"
"https://distfiles.macports.org/file/${name}.tar.gz"
];
sha256 = "02mj4g34l13facacsc0ff8rchbh93ccqw7hns45yqgx8pzdm0npi";
sha256 = "0ijm1fabm68ykr1zbx0bxnka5jr3n42sj8y5mbkrnxs0fj0mxi1h";
};
nativeBuildInputs = stdenv.lib.optional (stdenv.hostPlatform != stdenv.buildPlatform) file;
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
else null;
meta = with stdenv.lib; {
homepage = http://darwinsys.com/file;
homepage = https://darwinsys.com/file;
description = "A program that shows the type of files";
license = licenses.bsd2;
platforms = platforms.all;