1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

Merge pull request #131873 from fpletz/pkgs/nuspell-5.0.0

nuspell: 4.2.0 -> 5.0.0
This commit is contained in:
Robin Gloster 2021-07-29 12:41:44 +02:00 committed by GitHub
commit 823e158a3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];