dictdDBs.wiktionary: update to 20240901
This commit is contained in:
parent
4cc7f0132b
commit
515f8b5e22
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "dict-db-wiktionary";
|
||||
version = "20220420";
|
||||
version = "20240901";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://dumps.wikimedia.org/enwiktionary/${version}/enwiktionary-${version}-pages-articles.xml.bz2";
|
||||
sha256 = "qsha26LL2513SDtriE/0zdPX1zlnpzk1KKk+R9dSdew=";
|
||||
sha256 = "f37e899a9091a1b01137c7b0f3d58813edf3039e9e94ae656694c88859bbe756";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ python3 dict glibcLocales libfaketime ];
|
||||
|
Loading…
Reference in New Issue
Block a user