summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-01-29 14:02:13 +0100
committerVladimír Čunát <vcunat@gmail.com>2013-01-29 14:55:15 +0100
commit5ed188df5e788b5e23a7b9fc01d54f55272f8775 (patch)
tree8964dca3a4f128a2ceacafb153292fc2d6f5b37f /pkgs/development/libraries
parent515f2af7d6d6ab1e3bea169e2b89d9f686df9106 (diff)
downloadnixpkgs-5ed188df5e788b5e23a7b9fc01d54f55272f8775.tar
nixpkgs-5ed188df5e788b5e23a7b9fc01d54f55272f8775.tar.gz
nixpkgs-5ed188df5e788b5e23a7b9fc01d54f55272f8775.tar.bz2
nixpkgs-5ed188df5e788b5e23a7b9fc01d54f55272f8775.tar.lz
nixpkgs-5ed188df5e788b5e23a7b9fc01d54f55272f8775.tar.xz
nixpkgs-5ed188df5e788b5e23a7b9fc01d54f55272f8775.tar.zst
nixpkgs-5ed188df5e788b5e23a7b9fc01d54f55272f8775.zip
gdk-pixbuf: minor update
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/gdk-pixbuf/2.26.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gdk-pixbuf/2.26.x.nix b/pkgs/development/libraries/gdk-pixbuf/2.26.x.nix
index 07e66df33b5..33dcfa7d7fa 100644
--- a/pkgs/development/libraries/gdk-pixbuf/2.26.x.nix
+++ b/pkgs/development/libraries/gdk-pixbuf/2.26.x.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, pkgconfig, glib, libtiff, libjpeg, libpng, libX11, xz, jasper }:
 
 stdenv.mkDerivation rec {
-  name = "gdk-pixbuf-2.26.1";
+  name = "gdk-pixbuf-2.26.5";
 
   src = fetchurl {
     url = "mirror://gnome/sources/gdk-pixbuf/2.26/${name}.tar.xz";
-    sha256 = "a60af12b58d9cc15ba4c680c6730ce5d38e8d664af1d575a379385b94b4ec7ba";
+    sha256 = "112w3xl16vam72d5mj1gvs1dgr0aipbxp0qq189mmadwcg8nysbp";
   };
 
   # !!! We might want to factor out the gdk-pixbuf-xlib subpackage.