gtk3 stack libs: update all to gnome-3.14 branches

All NEWS look safe and relatively quiet.
This commit is contained in:
Vladimír Čunát
2014-10-23 10:51:54 +02:00
parent 12e29daed7
commit 3ecd4dcf72
5 changed files with 14 additions and 16 deletions
@@ -5,7 +5,7 @@
# In that case its about 6MB which could be separated
let
ver_maj = "1.40";
ver_maj = "1.42";
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 = "162flbzwzz0b8axab2gimc4dglpaw88fh1d177zfg0whczlpbsln";
sha256 = "1xwm7wmr9r9wp6xljb3bckx3a4siybavaq39w46ly7gpskxfv8iv";
};
buildInputs = [ flex bison glib pkgconfig python ]