enchant: 2.6.8 -> 2.6.9

Changes: https://github.com/AbiWord/enchant/releases/tag/v2.6.9
This commit is contained in:
Sergei Trofimovich 2024-04-07 16:41:46 +01:00
parent 4eae5f9e9e
commit 5603d4c2e6

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "enchant";
version = "2.6.8";
version = "2.6.9";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "https://github.com/AbiWord/${pname}/releases/download/v${version}/${pname}-${version}.tar.gz";
hash = "sha256-9WWSMGLHfz1YhG8FWNIebQfKSkiMWIEt/e+zUgL6x64=";
hash = "sha256-2aWhDcmzikOzoPoix27W67fgnrU1r/YpVK/NvUDv/2s=";
};
strictDeps = true;