summary refs log tree commit diff
path: root/pkgs/development/libraries/hunspell/dictionaries.nix
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2017-01-24 16:56:11 +0000
committerzimbatm <zimbatm@zimbatm.com>2017-01-24 16:56:25 +0000
commitc0d60b9dbee0192452c04b3a74cc069e97f23b82 (patch)
tree835aa1c3d9c2060195265d1775b58c257ad46722 /pkgs/development/libraries/hunspell/dictionaries.nix
parentcf4f91f1a238da953edd1d6b83d225cefe7d5b52 (diff)
downloadnixpkgs-c0d60b9dbee0192452c04b3a74cc069e97f23b82.tar
nixpkgs-c0d60b9dbee0192452c04b3a74cc069e97f23b82.tar.gz
nixpkgs-c0d60b9dbee0192452c04b3a74cc069e97f23b82.tar.bz2
nixpkgs-c0d60b9dbee0192452c04b3a74cc069e97f23b82.tar.lz
nixpkgs-c0d60b9dbee0192452c04b3a74cc069e97f23b82.tar.xz
nixpkgs-c0d60b9dbee0192452c04b3a74cc069e97f23b82.tar.zst
nixpkgs-c0d60b9dbee0192452c04b3a74cc069e97f23b82.zip
hunspellDict.it-it: use sha256 hash
Diffstat (limited to 'pkgs/development/libraries/hunspell/dictionaries.nix')
-rw-r--r--pkgs/development/libraries/hunspell/dictionaries.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/hunspell/dictionaries.nix b/pkgs/development/libraries/hunspell/dictionaries.nix
index 7caaece03a2..e5cb99aa44a 100644
--- a/pkgs/development/libraries/hunspell/dictionaries.nix
+++ b/pkgs/development/libraries/hunspell/dictionaries.nix
@@ -188,7 +188,7 @@ in {
     shortDescription = "Hunspell dictionary for 'Italian (Italy)' from Linguistico";
     src = fetchurl {
       url = mirror://sourceforge/linguistico/italiano_2_4_2007_09_01.zip;
-      md5 = "e7fbd9e2dfb25ea3288cdb918e1e1260";
+      sha256 = "0m9frz75fx456bczknay5i446gdcp1smm48lc0qfwzhz0j3zcdrd";
     };
   };
 }