enchant: 2.5.0 -> 2.6.0

This commit is contained in:
Damien Cassou 2023-09-24 20:21:31 +02:00
parent 837690c7e7
commit c959c24311
No known key found for this signature in database
GPG key ID: B68746238E59B548

View file

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