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>2015-05-27 22:05:04 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-05-27 22:05:42 +0200
commitc4f1011cabb904e8830c77105321f30055c254af (patch)
treebe922caa73e62d267858b45b34b6e68ca0de93a8 /pkgs/development/libraries/gdk-pixbuf
parent710df5bb7834437d85f0b99ce3a0aeb86e1e93bc (diff)
downloadnixlib-c4f1011cabb904e8830c77105321f30055c254af.tar
nixlib-c4f1011cabb904e8830c77105321f30055c254af.tar.gz
nixlib-c4f1011cabb904e8830c77105321f30055c254af.tar.bz2
nixlib-c4f1011cabb904e8830c77105321f30055c254af.tar.lz
nixlib-c4f1011cabb904e8830c77105321f30055c254af.tar.xz
nixlib-c4f1011cabb904e8830c77105321f30055c254af.tar.zst
nixlib-c4f1011cabb904e8830c77105321f30055c254af.zip
gtk+ stack: maintenance updates
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 da6a3ad1dffc..1fa57b5adb58 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.31";
-  ver_min = "3";
+  ver_min = "4";
 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 = "ddd861747bb7c580acce7cfa3ce38c3f52a9516e66a6477988fd100c8fb9eabc";
+    sha256 = "05bslhk33qpssg66n2wys9khyzwkr4am0b23dym8n67qjds9gng5";
   };
 
   setupHook = ./setup-hook.sh;