enchant: 2.6.0 -> 2.6.1

Changes: https://github.com/AbiWord/enchant/releases/tag/v2.6.1
This commit is contained in:
Sergei Trofimovich 2023-09-28 21:15:31 +01:00 committed by Weijia Wang
parent f0cf83a1a7
commit 8ee13f11b4

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "enchant";
version = "2.6.0";
version = "2.6.1";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "https://github.com/AbiWord/${pname}/releases/download/v${version}/${pname}-${version}.tar.gz";
hash = "sha256-M1fqk6F0T/vNcwIjzINmE11A/1mIGuBZHVHT7o/5rm8=";
hash = "sha256-8k4SRpE3rh0DFAu5AypHpZR8NvTR4vErkpBhAF6xUnk=";
};
nativeBuildInputs = [