summary refs log tree commit diff
path: root/pkgs/development/libraries/aspell
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-07-14 21:32:33 +0200
committerPeter Simons <simons@cryp.to>2013-07-14 21:32:33 +0200
commit2741391fda1d8081be600024636f592b1a840f59 (patch)
tree52eb6b2f4fd12af630a63fc8781ba3a0bda21bc1 /pkgs/development/libraries/aspell
parentb71c382f6fdb2d7f23c0729efa878d784ea0897e (diff)
downloadnixpkgs-2741391fda1d8081be600024636f592b1a840f59.tar
nixpkgs-2741391fda1d8081be600024636f592b1a840f59.tar.gz
nixpkgs-2741391fda1d8081be600024636f592b1a840f59.tar.bz2
nixpkgs-2741391fda1d8081be600024636f592b1a840f59.tar.lz
nixpkgs-2741391fda1d8081be600024636f592b1a840f59.tar.xz
nixpkgs-2741391fda1d8081be600024636f592b1a840f59.tar.zst
nixpkgs-2741391fda1d8081be600024636f592b1a840f59.zip
Partially revert commit 075796e0531506fa106be1d2f47a9c866b70b99c.
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?
Diffstat (limited to 'pkgs/development/libraries/aspell')
-rw-r--r--pkgs/development/libraries/aspell/dictionaries.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/aspell/dictionaries.nix b/pkgs/development/libraries/aspell/dictionaries.nix
index 100960ef8e8..bf7a9de9a2a 100644
--- a/pkgs/development/libraries/aspell/dictionaries.nix
+++ b/pkgs/development/libraries/aspell/dictionaries.nix
@@ -29,11 +29,11 @@ let
 in {
 
   de = buildDict {
-    shortName = "de-20120607";
+    shortName = "de-20030222-1";
     fullName = "German";
     src = fetchurl {
-      url = https://www.j3e.de/ispell/igerman98/dict/igerman98-20120607.tar.bz2;
-      sha256 = "1m9jzxwrh0hwsrjs6l98v88miia45y643nbayzjjria2harq7yy5";
+      url = mirror://gnu/aspell/dict/de/aspell6-de-20030222-1.tar.bz2;
+      sha256 = "01p92qj66cqb346gk7hjfynaap5sbcn85xz07kjfdq623ghr8v5s";
     };
   };