Skip to content

Commit

Permalink
nuspell: 4.2.0 -> 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jul 28, 2021
1 parent 7db354e commit ebfa909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/nuspell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit ebfa909

Please sign in to comment.