nuspell: 3.1.0 -> 3.1.1
This commit is contained in:
parent
0e5b527610
commit
004b30e592
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "nuspell";
|
pname = "nuspell";
|
||||||
version = "3.1.0";
|
version = "3.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nuspell";
|
owner = "nuspell";
|
||||||
repo = "nuspell";
|
repo = "nuspell";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "19mwjg5mz645i4ijhx93rqbcim14ca6nczymr20p0z0pn5mx5p18";
|
sha256 = "18zz3rdzlb3knzsd98vw8cfyb3iq0ilipnlz7rz10zgb5ail73s2";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ronn ];
|
nativeBuildInputs = [ cmake pkgconfig ronn ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user