file: 5.31 -> 5.32 for CVE-2017-1000249

This commit is contained in:
Franz Pletz 2017-09-05 20:21:08 +02:00
parent 5b6d78194c
commit 84ec7ef6c3
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
name = "file-${version}";
version = "5.31";
version = "5.32";
src = fetchurl {
urls = [
"ftp://ftp.astron.com/pub/file/${name}.tar.gz"
"https://distfiles.macports.org/file/${name}.tar.gz"
];
sha256 = "1vp4zihaxkhi85chkjgd4r4zdg4k2wa3c6pmajhbmx6gr7d8ii89";
sha256 = "0l1bfa0icng9vdwya00ff48fhvjazi5610ylbhl35qi13d6xqfc6";
};
buildInputs = [ zlib ];