nuspell: 5.1.4 -> 5.1.5

Changes: https://github.com/nuspell/nuspell/releases/tag/v5.1.5
This commit is contained in:
Sergei Trofimovich 2024-07-03 21:55:58 +01:00
parent d8724afca4
commit 8826457265

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 ];