gtk2: 2.24.31 -> 2.24.32 (maintenance)

This commit is contained in:
Vladimír Čunát 2018-01-21 16:13:03 +01:00
parent 081b9c9d96
commit 720f498d7a
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -12,11 +12,11 @@ assert cupsSupport -> cups != null;
with stdenv.lib;
stdenv.mkDerivation rec {
name = "gtk+-2.24.31";
name = "gtk+-2.24.32";
src = fetchurl {
url = "mirror://gnome/sources/gtk+/2.24/${name}.tar.xz";
sha256 = "68c1922732c7efc08df4656a5366dcc3afdc8791513400dac276009b40954658";
sha256 = "b6c8a93ddda5eabe3bfee1eb39636c9a03d2a56c7b62828b359bf197943c582e";
};
outputs = [ "out" "dev" "devdoc" ];