about summary refs log tree commit diff
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-01-23 19:11:12 +0000
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-01-23 19:41:27 +0000
commitc49ddebb7632b4a60be84d77f0ef377eab41b398 (patch)
treed95b236e417ae5ae54e4b1d71fcb7b0236cce25a /pkgs/tools/graphics
parent7db3f7ada6d06c30da9fee2ee1cbcd803f987d9b (diff)
downloadnixlib-c49ddebb7632b4a60be84d77f0ef377eab41b398.tar
nixlib-c49ddebb7632b4a60be84d77f0ef377eab41b398.tar.gz
nixlib-c49ddebb7632b4a60be84d77f0ef377eab41b398.tar.bz2
nixlib-c49ddebb7632b4a60be84d77f0ef377eab41b398.tar.lz
nixlib-c49ddebb7632b4a60be84d77f0ef377eab41b398.tar.xz
nixlib-c49ddebb7632b4a60be84d77f0ef377eab41b398.tar.zst
nixlib-c49ddebb7632b4a60be84d77f0ef377eab41b398.zip
gifsicle: update from 1.86 to 1.87
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/gifsicle/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/graphics/gifsicle/default.nix b/pkgs/tools/graphics/gifsicle/default.nix
index 3e3bab809607..0984d917e527 100644
--- a/pkgs/tools/graphics/gifsicle/default.nix
+++ b/pkgs/tools/graphics/gifsicle/default.nix
@@ -3,11 +3,11 @@
 with stdenv.lib;
 
 stdenv.mkDerivation {
-  name = "gifsicle-1.86";
+  name = "gifsicle-1.87";
 
   src = fetchurl {
-    url = http://www.lcdf.org/gifsicle/gifsicle-1.86.tar.gz;
-    sha256 = "153knkff04wh1szbmqklyq371m9whib007j0lq0dwh4jc5g6s15h";
+    url = http://www.lcdf.org/gifsicle/gifsicle-1.87.tar.gz;
+    sha256 = "078rih7gq86ixjqbnn5z1jsh11qlfisw6k8dxaccsh5amhybw2j7";
   };
 
   buildInputs = optional gifview [ xproto libXt libX11 ];