dictdDBs.wiktionary: 20210901 -> 20210920
This commit is contained in:
parent
ed4f741c9c
commit
435b3894c4
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "dict-db-wiktionary";
|
||||
version = "20210901";
|
||||
version = "20210920";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://dumps.wikimedia.org/enwiktionary/${version}/enwiktionary-${version}-pages-articles.xml.bz2";
|
||||
sha256 = "S87E0aAFITOTugvsXOmbq8+P/LS2J+GmFvJYeYj79PM=";
|
||||
sha256 = "UeufbpSpRL+JrU3SkhxzWJncEsrM1es88grRmFwGABk=";
|
||||
};
|
||||
|
||||
# script in nixpkgs does not support python2
|
||||
|
|
Loading…
Reference in a new issue