Merge pull request #324409 from trofi/nuspell-update

This commit is contained in:
Franz Pletz 2024-07-04 18:08:17 +02:00 committed by GitHub
commit 4d0caf32ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nuspell";
version = "5.1.4";
version = "5.1.5";
src = fetchFromGitHub {
owner = "nuspell";
repo = "nuspell";
rev = "v${version}";
hash = "sha256-KteLH031QP8MunQXsodzsPhD/YN9n3O7b2kb/1mFQRY=";
hash = "sha256-uE5OkjXawYf9O/SUA/SUaIhDydwGcD460+xO5Yoqa0w=";
};
nativeBuildInputs = [ cmake pkg-config ];