nuspell: 4.2.0 -> 5.0.0

This commit is contained in:
Franz Pletz 2021-07-28 22:07:32 +02:00
parent 7db354e052
commit ebfa909dd1
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nuspell";
version = "4.2.0";
version = "5.0.0";
src = fetchFromGitHub {
owner = "nuspell";
repo = "nuspell";
rev = "v${version}";
sha256 = "sha256-sQ3Q2+FOf2bXCKcgd6XvEb+QZzzDccs/4+CpJbEd1PQ=";
sha256 = "039ryhwfbbrrhavzyr999kngj10nk9n81i6qigxj6igfl4fzjy87";
};
nativeBuildInputs = [ cmake pkg-config pandoc ];