aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/nuspell
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-02 15:29:06 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-07-02 15:29:06 +0000
commit79d6d2f8e799bf9749643d57d140742a7626d063 (patch)
treefd5ce3013d43de3aed7e8081788ccb231ad71949 /pkgs/development/libraries/nuspell
parent679136e25258760f9991cdbb8d26440e666daf78 (diff)
nuspell: 3.1.1 -> 3.1.2
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 57c47c79f843..02c1798ce232 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.1.1";
+ version = "3.1.2";
src = fetchFromGitHub {
owner = "nuspell";
repo = "nuspell";
rev = "v${version}";
- sha256 = "18zz3rdzlb3knzsd98vw8cfyb3iq0ilipnlz7rz10zgb5ail73s2";
+ sha256 = "0wbb6dwmzlsyy224y0liis0azgzwbjdvcyzc31pw1aw6vbp36na6";
};
nativeBuildInputs = [ cmake pkgconfig ronn ];