mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
file: 5.31 -> 5.32 for CVE-2017-1000249
This commit is contained in:
parent
5b6d78194c
commit
84ec7ef6c3
1 changed files with 2 additions and 2 deletions
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "file-${version}";
|
name = "file-${version}";
|
||||||
version = "5.31";
|
version = "5.32";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls = [
|
urls = [
|
||||||
"ftp://ftp.astron.com/pub/file/${name}.tar.gz"
|
"ftp://ftp.astron.com/pub/file/${name}.tar.gz"
|
||||||
"https://distfiles.macports.org/file/${name}.tar.gz"
|
"https://distfiles.macports.org/file/${name}.tar.gz"
|
||||||
];
|
];
|
||||||
sha256 = "1vp4zihaxkhi85chkjgd4r4zdg4k2wa3c6pmajhbmx6gr7d8ii89";
|
sha256 = "0l1bfa0icng9vdwya00ff48fhvjazi5610ylbhl35qi13d6xqfc6";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ zlib ];
|
buildInputs = [ zlib ];
|
||||||
|
|
Loading…
Reference in a new issue