Skip to content

Commit

Permalink
gifsicle: 1.88 -> 1.90
Browse files Browse the repository at this point in the history
(cherry picked from commit 81baa25)

This contains a fix for CVE-2017-1000421
  • Loading branch information
zimbatm authored and globin committed Jan 9, 2018
1 parent 5c7edaa commit d202e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/graphics/gifsicle/default.nix
Expand Up @@ -4,11 +4,11 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "gifsicle-${version}";
version = "1.88";
version = "1.90";

src = fetchurl {
url = "http://www.lcdf.org/gifsicle/${name}.tar.gz";
sha256 = "4585d2e683d7f68eb8fcb15504732d71d7ede48ab5963e61915201f9e68305be";
sha256 = "0kc35g99fygzjj7qjcy87rdb8mbgmacr2mga9ihgln1dfnbb0wrd";
};

buildInputs = optional gifview [ xproto libXt libX11 ];
Expand Down

0 comments on commit d202e30

Please sign in to comment.