summary refs log tree commit diff
path: root/pkgs/development/libraries/gdk-pixbuf
diff options
context:
space:
mode:
authorDaniel Șerbănescu <daniel@serbanescu.dk>2020-08-14 14:46:31 +0200
committerJan Tojnar <jtojnar@gmail.com>2020-08-14 17:22:18 +0200
commit78623366f6f711aa48c9e74cdd9b9534c9c1d792 (patch)
treede288db057c991c6338fa003f645d5b16f90091e /pkgs/development/libraries/gdk-pixbuf
parent71fbe1ddaadef46cc59371926644d2fced712909 (diff)
downloadnixpkgs-78623366f6f711aa48c9e74cdd9b9534c9c1d792.tar
nixpkgs-78623366f6f711aa48c9e74cdd9b9534c9c1d792.tar.gz
nixpkgs-78623366f6f711aa48c9e74cdd9b9534c9c1d792.tar.bz2
nixpkgs-78623366f6f711aa48c9e74cdd9b9534c9c1d792.tar.lz
nixpkgs-78623366f6f711aa48c9e74cdd9b9534c9c1d792.tar.xz
nixpkgs-78623366f6f711aa48c9e74cdd9b9534c9c1d792.tar.zst
nixpkgs-78623366f6f711aa48c9e74cdd9b9534c9c1d792.zip
gdk-pixbuf-xlib: 2019-10-19-unstable -> 2020-06-11-unstable
Diffstat (limited to 'pkgs/development/libraries/gdk-pixbuf')
-rw-r--r--pkgs/development/libraries/gdk-pixbuf/xlib.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/gdk-pixbuf/xlib.nix b/pkgs/development/libraries/gdk-pixbuf/xlib.nix
index 53414d92128..edc5ce52563 100644
--- a/pkgs/development/libraries/gdk-pixbuf/xlib.nix
+++ b/pkgs/development/libraries/gdk-pixbuf/xlib.nix
@@ -12,7 +12,7 @@
 
 stdenv.mkDerivation rec {
   pname = "gdk-pixbuf-xlib";
-  version = "2019-10-19-unstable";
+  version = "2020-06-11-unstable";
 
   outputs = [ "out" "dev" "devdoc" ];
 
@@ -20,8 +20,8 @@ stdenv.mkDerivation rec {
     domain = "gitlab.gnome.org";
     owner = "Archive";
     repo = "gdk-pixbuf-xlib";
-    rev = "19482794a621d542b223219940e836257d4ae2c9";
-    sha256 = "7Qv6tyjR0/iFXYHx5jPhvLLLt0Ms2nzpyWw02oXTkZc=";
+    rev = "3116b8ae55501cf48d16970aa2b50a5530e15223";
+    sha256 = "15wisf2xld3cr7lprnic8fvwpcmww4rydwc1bn2zilyi52vzl2zd";
   };
 
   nativeBuildInputs = [