Merge file upgrade into staging-next

One more change from staging containing security fix
and looking relatively safe (wrt. breakage).
This commit is contained in:
Vladimír Čunát 2018-08-04 21:25:50 +02:00
commit 7b67a32d5a
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
name = "file-${version}";
version = "5.33";
version = "5.34";
src = fetchurl {
urls = [
"ftp://ftp.astron.com/pub/file/${name}.tar.gz"
"https://distfiles.macports.org/file/${name}.tar.gz"
];
sha256 = "1iipnwjkag7q04zjkaqic41r9nlw0ml6mhqian6qkkbisb1whlhw";
sha256 = "02mj4g34l13facacsc0ff8rchbh93ccqw7hns45yqgx8pzdm0npi";
};
nativeBuildInputs = stdenv.lib.optional (stdenv.hostPlatform != stdenv.buildPlatform) file;