gktspell: version bump to 2.0.16 because the old one has disappeared
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user