gtk2: small maintenance update

This commit is contained in:
Vladimír Čunát 2015-02-24 20:48:26 +01:00 committed by Peter Simons
parent c776477350
commit 2af0227154

View file

@ -8,11 +8,11 @@ assert xineramaSupport -> xlibs.libXinerama != null;
assert cupsSupport -> cups != null;
stdenv.mkDerivation rec {
name = "gtk+-2.24.25";
name = "gtk+-2.24.26";
src = fetchurl {
url = "mirror://gnome/sources/gtk+/2.24/${name}.tar.xz";
sha256 = "38af1020cb8ff3d10dda2c8807f11e92af9d2fa4045de61c62eedb7fbc7ea5b3";
sha256 = "d84fc0f1e3cd99e8b9ec756e754f42653940638579a8f28d0eabffc37018d133";
};
enableParallelBuilding = true;