summary refs log tree commit diff
path: root/pkgs/development/libraries/gdk-pixbuf/default.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-08-03 09:45:22 +0200
committerVladimír Čunát <vcunat@gmail.com>2013-08-03 09:45:22 +0200
commitd374527509657cfeb8499118b26e7605fab8f4d2 (patch)
treeabdaa960e67e2bfe58484da19bddbb107550593c /pkgs/development/libraries/gdk-pixbuf/default.nix
parent661a1a68a601843ffe4e1321e496f7f23c31e6fc (diff)
downloadnixpkgs-d374527509657cfeb8499118b26e7605fab8f4d2.tar
nixpkgs-d374527509657cfeb8499118b26e7605fab8f4d2.tar.gz
nixpkgs-d374527509657cfeb8499118b26e7605fab8f4d2.tar.bz2
nixpkgs-d374527509657cfeb8499118b26e7605fab8f4d2.tar.lz
nixpkgs-d374527509657cfeb8499118b26e7605fab8f4d2.tar.xz
nixpkgs-d374527509657cfeb8499118b26e7605fab8f4d2.tar.zst
nixpkgs-d374527509657cfeb8499118b26e7605fab8f4d2.zip
GTK-related minor updates
Diffstat (limited to 'pkgs/development/libraries/gdk-pixbuf/default.nix')
-rw-r--r--pkgs/development/libraries/gdk-pixbuf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gdk-pixbuf/default.nix b/pkgs/development/libraries/gdk-pixbuf/default.nix
index 3a22bb4c3c1..fabc009e3ef 100644
--- a/pkgs/development/libraries/gdk-pixbuf/default.nix
+++ b/pkgs/development/libraries/gdk-pixbuf/default.nix
@@ -2,11 +2,11 @@
 , jasper, libintlOrEmpty }:
 
 stdenv.mkDerivation rec {
-  name = "gdk-pixbuf-2.28.1";
+  name = "gdk-pixbuf-2.28.2";
 
   src = fetchurl {
     url = "mirror://gnome/sources/gdk-pixbuf/2.28/${name}.tar.xz";
-    sha256 = "1fy2a05xhfg7gy4l4aajsbmgj62zxhikdxqh6bicihxmzm1vg85y";
+    sha256 = "05s6ksvy1yan6h6zny9n3bmvygcnzma6ljl6i0z9cci2xg116c8q";
   };
 
   # !!! We might want to factor out the gdk-pixbuf-xlib subpackage.