nuspell: 3.1.1 -> 3.1.2

This commit is contained in:
R. RyanTM 2020-07-02 15:29:06 +00:00
parent 679136e252
commit 79d6d2f8e7

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "nuspell"; pname = "nuspell";
version = "3.1.1"; version = "3.1.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nuspell"; owner = "nuspell";
repo = "nuspell"; repo = "nuspell";
rev = "v${version}"; rev = "v${version}";
sha256 = "18zz3rdzlb3knzsd98vw8cfyb3iq0ilipnlz7rz10zgb5ail73s2"; sha256 = "0wbb6dwmzlsyy224y0liis0azgzwbjdvcyzc31pw1aw6vbp36na6";
}; };
nativeBuildInputs = [ cmake pkgconfig ronn ]; nativeBuildInputs = [ cmake pkgconfig ronn ];