forked from mirrors/nixpkgs
Partially revert commit 075796e053
.
The commit downgraded the german language dictionary from version 20030222-1 to 20120607 (and broke the build in the process). That change was probably not intended?
This commit is contained in:
parent
b71c382f6f
commit
2741391fda
|
@ -29,11 +29,11 @@ let
|
||||||
in {
|
in {
|
||||||
|
|
||||||
de = buildDict {
|
de = buildDict {
|
||||||
shortName = "de-20120607";
|
shortName = "de-20030222-1";
|
||||||
fullName = "German";
|
fullName = "German";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = https://www.j3e.de/ispell/igerman98/dict/igerman98-20120607.tar.bz2;
|
url = mirror://gnu/aspell/dict/de/aspell6-de-20030222-1.tar.bz2;
|
||||||
sha256 = "1m9jzxwrh0hwsrjs6l98v88miia45y643nbayzjjria2harq7yy5";
|
sha256 = "01p92qj66cqb346gk7hjfynaap5sbcn85xz07kjfdq623ghr8v5s";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue