about summary refs log tree commit diff
path: root/pkgs/development/libraries/gdk-pixbuf
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-07-22 22:28:39 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-07-22 22:28:39 +0200
commitb9045a7d9651a2f8a0bbc8c86cd72f970e951068 (patch)
tree75ee378fba0bae606e350cb145c2589636a2c660 /pkgs/development/libraries/gdk-pixbuf
parent402688b752a4b2c5548a1d07aed4fbbde2b55e87 (diff)
parentadc2edd5cf524239690b5cf49779a11fd2eb061b (diff)
downloadnixlib-b9045a7d9651a2f8a0bbc8c86cd72f970e951068.tar
nixlib-b9045a7d9651a2f8a0bbc8c86cd72f970e951068.tar.gz
nixlib-b9045a7d9651a2f8a0bbc8c86cd72f970e951068.tar.bz2
nixlib-b9045a7d9651a2f8a0bbc8c86cd72f970e951068.tar.lz
nixlib-b9045a7d9651a2f8a0bbc8c86cd72f970e951068.tar.xz
nixlib-b9045a7d9651a2f8a0bbc8c86cd72f970e951068.tar.zst
nixlib-b9045a7d9651a2f8a0bbc8c86cd72f970e951068.zip
Merge branch 'x-updates' into staging
...in preparation for a merge to master
Diffstat (limited to 'pkgs/development/libraries/gdk-pixbuf')
-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 39be4720eb14..27e2cad062b9 100644
--- a/pkgs/development/libraries/gdk-pixbuf/default.nix
+++ b/pkgs/development/libraries/gdk-pixbuf/default.nix
@@ -3,14 +3,14 @@
 
 let
   ver_maj = "2.30";
-  ver_min = "6";
+  ver_min = "8";
 in
 stdenv.mkDerivation rec {
   name = "gdk-pixbuf-${ver_maj}.${ver_min}";
 
   src = fetchurl {
     url = "mirror://gnome/sources/gdk-pixbuf/${ver_maj}/${name}.tar.xz";
-    sha256 = "0nkz19xlh60bf9bqylh98n8rynpjyx1nzp1gcr6zljgvmnj4yfa3";
+    sha256 = "1gpqpskp4zzf7h35bp247jcvnk6rxc52r69pb11v8g8i2q386ls8";
   };
 
   setupHook = ./setup-hook.sh;