Skip to content

Commit d202e30

Browse files
zimbatmglobin
authored andcommittedJan 9, 2018
gifsicle: 1.88 -> 1.90
(cherry picked from commit 81baa25) This contains a fix for CVE-2017-1000421
1 parent 5c7edaa commit d202e30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/graphics/gifsicle/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ with stdenv.lib;
44

55
stdenv.mkDerivation rec {
66
name = "gifsicle-${version}";
7-
version = "1.88";
7+
version = "1.90";
88

99
src = fetchurl {
1010
url = "http://www.lcdf.org/gifsicle/${name}.tar.gz";
11-
sha256 = "4585d2e683d7f68eb8fcb15504732d71d7ede48ab5963e61915201f9e68305be";
11+
sha256 = "0kc35g99fygzjj7qjcy87rdb8mbgmacr2mga9ihgln1dfnbb0wrd";
1212
};
1313

1414
buildInputs = optional gifview [ xproto libXt libX11 ];

0 commit comments

Comments
 (0)
Please sign in to comment.