file: 5.36 -> 5.37

https://github.com/file/file/blob/FILE5_37/ChangeLog
This commit is contained in:
Will Dietz 2019-05-17 05:24:19 -05:00 committed by Frederik Rietdijk
parent 7ea7c5c7c8
commit 7822281b68

View File

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