summary refs log tree commit diff
path: root/pkgs/development/libraries/hunspell/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-19 07:02:38 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-11-19 07:02:38 -0800
commit44d91411538887471a3b01ce81c5175e9567268d (patch)
tree22178d23b613ed30ed76a9c9df1046b2e4a9b989 /pkgs/development/libraries/hunspell/default.nix
parent0925c482c8378e8a6a8724edc6596ea60f90a113 (diff)
downloadnixpkgs-44d91411538887471a3b01ce81c5175e9567268d.tar
nixpkgs-44d91411538887471a3b01ce81c5175e9567268d.tar.gz
nixpkgs-44d91411538887471a3b01ce81c5175e9567268d.tar.bz2
nixpkgs-44d91411538887471a3b01ce81c5175e9567268d.tar.lz
nixpkgs-44d91411538887471a3b01ce81c5175e9567268d.tar.xz
nixpkgs-44d91411538887471a3b01ce81c5175e9567268d.tar.zst
nixpkgs-44d91411538887471a3b01ce81c5175e9567268d.zip
hunspell: 1.6.2 -> 1.7.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hunspell/versions
Diffstat (limited to 'pkgs/development/libraries/hunspell/default.nix')
-rw-r--r--pkgs/development/libraries/hunspell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/hunspell/default.nix b/pkgs/development/libraries/hunspell/default.nix
index 62c3d79cf9a..3728c05e516 100644
--- a/pkgs/development/libraries/hunspell/default.nix
+++ b/pkgs/development/libraries/hunspell/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, ncurses, readline, autoreconfHook }:
 
 stdenv.mkDerivation rec {
-  version = "1.6.2";
+  version = "1.7.0";
   name = "hunspell-${version}";
 
   src = fetchurl {
     url = "https://github.com/hunspell/hunspell/archive/v${version}.tar.gz";
-    sha256 = "1i7lsv2cm0713ia3j5wjkcrhpfp3lqpjpwp4d3v18n7ycaqcxn9w";
+    sha256 = "12mwwqz6qkx7q1lg9vpjiiwh4fk4c8xs6g6g0xa2ia0hp5pbh9xv";
   };
 
   outputs = [ "bin" "dev" "out" "man" ];