nuspell: 2.3.0 -> 3.0.0

This commit is contained in:
R. RyanTM 2019-11-28 08:41:27 -08:00
parent 646b279c55
commit df3bbd906a

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nuspell";
version = "2.3.0";
version = "3.0.0";
src = fetchFromGitHub {
owner = "nuspell";
repo = "nuspell";
rev = "v${version}";
sha256 = "0n5cajrp1fhk8p54ch3akkd9nl8b9c6wwf25980dhagcdys3vab3";
sha256 = "1cyvvf5f92a777qgh00ja43z43j5nhc9dw5l3wvw9j6j9bqc4i8p";
};
nativeBuildInputs = [ cmake pkgconfig ronn ];