about summary refs log tree commit diff
path: root/pkgs/development/libraries/gdk-pixbuf
diff options
context:
space:
mode:
authorDamien Cassou <damien@cassou.me>2016-03-30 11:14:02 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-04-20 16:45:59 +0200
commit386597c132ef953b6803f44feb5384a73686ab8d (patch)
treeef67f0c1a05987d7e3f4c5bf9625f0761b4c70a8 /pkgs/development/libraries/gdk-pixbuf
parent3e3a24e2c688a8e0015caa595193de18ff22499d (diff)
downloadnixlib-386597c132ef953b6803f44feb5384a73686ab8d.tar
nixlib-386597c132ef953b6803f44feb5384a73686ab8d.tar.gz
nixlib-386597c132ef953b6803f44feb5384a73686ab8d.tar.bz2
nixlib-386597c132ef953b6803f44feb5384a73686ab8d.tar.lz
nixlib-386597c132ef953b6803f44feb5384a73686ab8d.tar.xz
nixlib-386597c132ef953b6803f44feb5384a73686ab8d.tar.zst
nixlib-386597c132ef953b6803f44feb5384a73686ab8d.zip
gdk-pixbuf: 2.32.3 -> 2.34.0
Diffstat (limited to 'pkgs/development/libraries/gdk-pixbuf')
-rw-r--r--pkgs/development/libraries/gdk-pixbuf/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/gdk-pixbuf/default.nix b/pkgs/development/libraries/gdk-pixbuf/default.nix
index 756ebf816199..1487d92dada0 100644
--- a/pkgs/development/libraries/gdk-pixbuf/default.nix
+++ b/pkgs/development/libraries/gdk-pixbuf/default.nix
@@ -2,15 +2,15 @@
 , jasper, libintlOrEmpty, gobjectIntrospection, doCheck ? false }:
 
 let
-  ver_maj = "2.32";
-  ver_min = "3";
+  ver_maj = "2.34";
+  ver_min = "0";
 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 = "0cfh87aqyqbfcwpbv1ihgmgfcn66il5q2n8yjyl8gxkjmkqp2rrb";
+    sha256 = "0yc8indbl3hf18z6x6kjg59xp9sngm1d8vmz4c7bs6g27qw5npnm";
   };
 
   outputs = [ "dev" "out" "docdev" ];