gtk+3 core stack: update to 3.12

This commit is contained in:
Vladimír Čunát
2014-03-27 20:53:50 +01:00
parent 1dc040a8ad
commit 151ac5ab9e
6 changed files with 21 additions and 18 deletions
@@ -5,7 +5,7 @@
# In that case its about 6MB which could be separated
let
ver_maj = "1.38";
ver_maj = "1.40";
ver_min = "0";
in
stdenv.mkDerivation rec {
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/gobject-introspection/${ver_maj}/${name}.tar.xz";
sha256 = "0wvxyvgajmms2bb6k3pf1rdpnd79xdxamykzvxzmcyn1ag9yax9m";
sha256 = "162flbzwzz0b8axab2gimc4dglpaw88fh1d177zfg0whczlpbsln";
};
buildInputs = [ flex bison glib pkgconfig python ]