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-02-05 14:59:04 +0100
committerVladimír Čunát <vcunat@gmail.com>2017-02-05 14:59:04 +0100
commit768d445cb570cfe73e5275b72d08e2bd3a2445c8 (patch)
tree36a93d0eb5890dc86298c8b98a8b42e4b61da53e /pkgs/development/libraries/gdk-pixbuf
parent5ced6c7e1bdad6e6d5fa97be8d9907c4149a1fd4 (diff)
downloadnixpkgs-768d445cb570cfe73e5275b72d08e2bd3a2445c8.tar
nixpkgs-768d445cb570cfe73e5275b72d08e2bd3a2445c8.tar.gz
nixpkgs-768d445cb570cfe73e5275b72d08e2bd3a2445c8.tar.bz2
nixpkgs-768d445cb570cfe73e5275b72d08e2bd3a2445c8.tar.lz
nixpkgs-768d445cb570cfe73e5275b72d08e2bd3a2445c8.tar.xz
nixpkgs-768d445cb570cfe73e5275b72d08e2bd3a2445c8.tar.zst
nixpkgs-768d445cb570cfe73e5275b72d08e2bd3a2445c8.zip
gdk-pixbuf: maintenance 2.36.3 -> 2.36.4
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 1245381efcd..6ac8a134b1f 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 = "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 = "5223138f7d31afc6b356a049930304ec0abd6ac1113a5d3d1dba5cd4a4d639ec";
+    sha256 = "0b19901c3eb0596141d2d48ddb9dac79ad1524bdf59366af58ab38fcb9ee7463";
   };
 
   outputs = [ "out" "dev" "devdoc" ];