Skip to content

Commit

Permalink
Merge pull request #104291 from bbigras/nuspell
Browse files Browse the repository at this point in the history
nuspell: 4.0.1 -> 4.2.0
  • Loading branch information
SuperSandro2000 committed Dec 22, 2020
2 parents 9d92c9d + ffb10aa commit 747ead1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/libraries/nuspell/default.nix
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig, boost, icu, catch2, pandoc }:
{ stdenv, fetchFromGitHub, cmake, pkgconfig, icu, catch2, pandoc }:

stdenv.mkDerivation rec {
pname = "nuspell";
version = "4.0.1";
version = "4.2.0";

src = fetchFromGitHub {
owner = "nuspell";
repo = "nuspell";
rev = "v${version}";
sha256 = "1p90a3wv4b8m5fdpbnr9cyd1x3a504q9rc4cghq02xff63h5gclf";
sha256 = "sha256-sQ3Q2+FOf2bXCKcgd6XvEb+QZzzDccs/4+CpJbEd1PQ=";
};

nativeBuildInputs = [ cmake pkgconfig pandoc ];
buildInputs = [ boost icu ];
buildInputs = [ icu ];

outputs = [ "out" "lib" "dev" "man" ];

Expand Down

0 comments on commit 747ead1

Please sign in to comment.