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-21 20:47:30 +02:00
parent 12e29daed7
commit 3ecd4dcf72
5 changed files with 14 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
{ stdenv, fetchurl, pkgconfig, perl, glib, libintlOrEmpty, gobjectIntrospection }:
let
ver_maj = "2.12";
ver_maj = "2.14";
ver_min = "0";
in
stdenv.mkDerivation rec {
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/atk/${ver_maj}/${name}.tar.xz";
sha256 = "13zijfcmx7sda83qkryzsmr9hw0r3b73xkagq9cmm733fhcl7a28";
sha256 = "1bgvp0isbmf0vb282pncsachqgkrg5zk6an2cv077cdz685wqx98";
};
buildInputs = libintlOrEmpty;