summary refs log tree commit diff
path: root/pkgs/development/libraries/hunspell
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-03-25 19:09:09 +0100
committerPeter Simons <simons@cryp.to>2015-03-25 19:34:46 +0100
commit279429b70066bfef23f88165bde44f482e50db6e (patch)
treec46b5709498b891e086ee57417c9c9fe2aac5dbd /pkgs/development/libraries/hunspell
parent9ce41e3fa01bd12196f74c9b0b8670f41b86004f (diff)
downloadnixpkgs-279429b70066bfef23f88165bde44f482e50db6e.tar
nixpkgs-279429b70066bfef23f88165bde44f482e50db6e.tar.gz
nixpkgs-279429b70066bfef23f88165bde44f482e50db6e.tar.bz2
nixpkgs-279429b70066bfef23f88165bde44f482e50db6e.tar.lz
nixpkgs-279429b70066bfef23f88165bde44f482e50db6e.tar.xz
nixpkgs-279429b70066bfef23f88165bde44f482e50db6e.tar.zst
nixpkgs-279429b70066bfef23f88165bde44f482e50db6e.zip
hunspell-dictionaries: update french dictonary to fix the build
The old version has disappeared from the server.
Diffstat (limited to 'pkgs/development/libraries/hunspell')
-rw-r--r--pkgs/development/libraries/hunspell/dictionaries.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/hunspell/dictionaries.nix b/pkgs/development/libraries/hunspell/dictionaries.nix
index bfa7675034a..1f1f1a7f89d 100644
--- a/pkgs/development/libraries/hunspell/dictionaries.nix
+++ b/pkgs/development/libraries/hunspell/dictionaries.nix
@@ -60,12 +60,12 @@ let
     { shortName, shortDescription, longDescription, dictFileName }:
     mkDict rec {
       inherit dictFileName;
-      version = "5.2";
+      version = "5.3";
       name = "hunspell-dict-${shortName}-dicollecte-${version}";
       readmeFile = "README_dict_fr.txt";
       src = fetchurl {
          url = "http://www.dicollecte.org/download/fr/hunspell-french-dictionaries-v${version}.zip";
-         sha256 = "c5863f7592a8c4defe8b4ed2b3b45f6f10ef265d34ae9881c1f3bbb3b80bdd02";
+         sha256 = "0ca7084jm7zb1ikwzh1frvpb97jn27i7a5d48288h2qlfp068ik0";
       };
       meta = with stdenv.lib; {
         inherit longDescription;