enchant: 2.6.7 -> 2.6.8

This commit is contained in:
R. Ryantm 2024-03-23 00:52:25 +00:00
parent 53c8f2940d
commit 0ed4e834cf
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;