gnome3.gspell: 1.4.1 → 1.6.1

This commit is contained in:
Jan Tojnar 2017-12-06 00:31:14 +01:00
parent 884376e7a8
commit 2184a92619
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4
2 changed files with 8 additions and 8 deletions

View file

@ -5,8 +5,8 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ enchant ]; # required for pkgconfig
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ glib gtk3 isocodes vala ];
nativeBuildInputs = [ pkgconfig vala ];
buildInputs = [ glib gtk3 isocodes ];
meta = with stdenv.lib; {
platforms = platforms.linux;

View file

@ -1,10 +1,10 @@
fetchurl: rec {
major = "1.4";
minor = "1";
name = "gspell-${major}.${minor}";
# Autogenerated by maintainers/scripts/gnome.sh update
fetchurl: {
name = "gspell-1.6.1";
src = fetchurl {
url = "mirror://gnome/sources/gspell/${major}/${name}.tar.xz";
sha256 = "1ghh1xdzf04mfgb13zqpj88krpa44xv2vbyhm6k017kzrpz8hbs4";
url = mirror://gnome/sources/gspell/1.6/gspell-1.6.1.tar.xz;
sha256 = "f4d329348775374eec18158f8dcbbacf76f85be5ce002a92d93054ece70ec4de";
};
}