Skip to content

Commit

Permalink
Merge pull request #92058 from r-ryantm/auto-update/nuspell
Browse files Browse the repository at this point in the history
nuspell: 3.1.1 -> 3.1.2
  • Loading branch information
Ma27 committed Jul 2, 2020
2 parents 270eb78 + 79d6d2f commit fd2f006
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 = "3.1.1";
version = "3.1.2";

src = fetchFromGitHub {
owner = "nuspell";
repo = "nuspell";
rev = "v${version}";
sha256 = "18zz3rdzlb3knzsd98vw8cfyb3iq0ilipnlz7rz10zgb5ail73s2";
sha256 = "0wbb6dwmzlsyy224y0liis0azgzwbjdvcyzc31pw1aw6vbp36na6";
};

nativeBuildInputs = [ cmake pkgconfig ronn ];
Expand Down

0 comments on commit fd2f006

Please sign in to comment.