Merge pull request #298224 from r-ryantm/auto-update/enchant

enchant: 2.6.7 -> 2.6.8
This commit is contained in:
Weijia Wang 2024-04-05 21:57:50 +02:00 committed by GitHub
commit e3c4baf7c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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