dictd-wiktionary: Update to a more recent dump.

This commit is contained in:
Petr Rockai 2014-01-29 22:11:35 +01:00
parent a6f7bd5054
commit 83acdb6f87

View file

@ -1,11 +1,11 @@
{stdenv, fetchurl, python, dict, glibcLocales, writeScript}:
stdenv.mkDerivation rec {
version = "20121021";
version = "20140118";
name = "dict-db-wiktionary-${version}";
data = fetchurl {
url = "http://dumps.wikimedia.org/enwiktionary/${version}/enwiktionary-${version}-pages-articles.xml.bz2";
sha256 = "1i4xwdpc2bx58495iy62iz0kn50c3qmnh4qribi82f2rd4qkfjd2";
sha256 = "892c9fc16b248a31e2d3e42590267161c1b899b31fe923eb1ede1deb6d24cfa8";
};
convert = ./wiktionary2dict.py;