gktspell: version bump to 2.0.16 because the old one has disappeared

This commit is contained in:
Evgeny Egorochkin
2013-07-14 03:09:34 +03:00
parent 5ae43d2494
commit d0b4c8bfaa
10 changed files with 13 additions and 13 deletions

View File

@@ -1,11 +1,11 @@
{stdenv, fetchurl, gtk, aspell, pkgconfig}:
stdenv.mkDerivation {
name = "gtkspell-2.0.11";
name = "gtkspell-2.0.16";
src = fetchurl {
url = http://gtkspell.sourceforge.net/download/gtkspell-2.0.11.tar.gz;
md5 = "494869f67146a12a3f17a958f51aeb05";
url = mirror://sourceforge/gtkspell/gtkspell-2.0.16.tar.gz;
sha256 = "00hdv28bp72kg1mq2jdz1sdw2b8mb9iclsp7jdqwpck705bdriwg";
};
buildInputs = [aspell pkgconfig gtk];