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>2017-04-01 12:50:47 +0200
committerVladimír Čunát <vcunat@gmail.com>2017-04-01 13:27:19 +0200
commitae58febf70b56f409ed91d58a32bfeaf783ae922 (patch)
tree6589d2e24c31850007178be2ccda8329c8799785 /pkgs/development/libraries/gdk-pixbuf
parentae08fdd84e29f02c589a0b4831f4559eb6a5a933 (diff)
downloadnixlib-ae58febf70b56f409ed91d58a32bfeaf783ae922.tar
nixlib-ae58febf70b56f409ed91d58a32bfeaf783ae922.tar.gz
nixlib-ae58febf70b56f409ed91d58a32bfeaf783ae922.tar.bz2
nixlib-ae58febf70b56f409ed91d58a32bfeaf783ae922.tar.lz
nixlib-ae58febf70b56f409ed91d58a32bfeaf783ae922.tar.xz
nixlib-ae58febf70b56f409ed91d58a32bfeaf783ae922.tar.zst
nixlib-ae58febf70b56f409ed91d58a32bfeaf783ae922.zip
gdk-pixbuf: maintenance 2.36.5 -> 2.36.6
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 af4bfc0709e1..f40ebf00590a 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.36";
-  ver_min = "5";
+  ver_min = "6";
 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 = "7ace06170291a1f21771552768bace072ecdea9bd4a02f7658939b9a314c40fc";
+    sha256 = "455eb90c09ed1b71f95f3ebfe1c904c206727e0eeb34fc94e5aaf944663a820c";
   };
 
   outputs = [ "out" "dev" "devdoc" ];