Merge pull request #84778 from r-ryantm/auto-update/nuspell

nuspell: 3.0.0 -> 3.1.0
This commit is contained in:
Mario Rodas 2020-04-09 11:51:56 -05:00 committed by GitHub
commit 136f879ca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "nuspell"; pname = "nuspell";
version = "3.0.0"; version = "3.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nuspell"; owner = "nuspell";
repo = "nuspell"; repo = "nuspell";
rev = "v${version}"; rev = "v${version}";
sha256 = "1cyvvf5f92a777qgh00ja43z43j5nhc9dw5l3wvw9j6j9bqc4i8p"; sha256 = "19mwjg5mz645i4ijhx93rqbcim14ca6nczymr20p0z0pn5mx5p18";
}; };
nativeBuildInputs = [ cmake pkgconfig ronn ]; nativeBuildInputs = [ cmake pkgconfig ronn ];