summary refs log tree commit diff
path: root/pkgs/development/libraries/nuspell
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-04-09 06:01:29 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-04-09 06:01:29 +0000
commit054c2113c6a762a6277c4f04ca2dec45bff1268a (patch)
treeb4ebdd9d1a401517976d62abce28219fa0d4e83b /pkgs/development/libraries/nuspell
parente50c67ad7eefa8e77436fbd0366b69638b1c8713 (diff)
downloadnixpkgs-054c2113c6a762a6277c4f04ca2dec45bff1268a.tar
nixpkgs-054c2113c6a762a6277c4f04ca2dec45bff1268a.tar.gz
nixpkgs-054c2113c6a762a6277c4f04ca2dec45bff1268a.tar.bz2
nixpkgs-054c2113c6a762a6277c4f04ca2dec45bff1268a.tar.lz
nixpkgs-054c2113c6a762a6277c4f04ca2dec45bff1268a.tar.xz
nixpkgs-054c2113c6a762a6277c4f04ca2dec45bff1268a.tar.zst
nixpkgs-054c2113c6a762a6277c4f04ca2dec45bff1268a.zip
nuspell: 3.0.0 -> 3.1.0
Diffstat (limited to 'pkgs/development/libraries/nuspell')
-rw-r--r--pkgs/development/libraries/nuspell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/nuspell/default.nix b/pkgs/development/libraries/nuspell/default.nix
index c1f354a1ac9..0cda3d6ac9a 100644
--- a/pkgs/development/libraries/nuspell/default.nix
+++ b/pkgs/development/libraries/nuspell/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "nuspell";
-  version = "3.0.0";
+  version = "3.1.0";
 
   src = fetchFromGitHub {
     owner = "nuspell";
     repo = "nuspell";
     rev = "v${version}";
-    sha256 = "1cyvvf5f92a777qgh00ja43z43j5nhc9dw5l3wvw9j6j9bqc4i8p";
+    sha256 = "19mwjg5mz645i4ijhx93rqbcim14ca6nczymr20p0z0pn5mx5p18";
   };
 
   nativeBuildInputs = [ cmake pkgconfig ronn ];