Skip to content

Commit

Permalink
file: 5.31 -> 5.32 for CVE-2017-1000249
Browse files Browse the repository at this point in the history
(cherry picked from commit 84ec7ef)
  • Loading branch information
fpletz committed Sep 5, 2017
1 parent ae2b248 commit 6d8a5d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/file/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 6d8a5d7

Please sign in to comment.