enchant: 2.2.10 → 2.2.11

https://github.com/AbiWord/enchant/releases/tag/v2.2.11
This commit is contained in:
Jan Tojnar 2020-09-12 15:08:04 +02:00
parent f16e6f5f66
commit 1510876ee9
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,7 +1,7 @@
{ stdenv { stdenv
, fetchurl , fetchurl
, aspell , aspell
, pkgconfig , pkg-config
, glib , glib
, hunspell , hunspell
, hspell , hspell
@ -10,17 +10,17 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "enchant"; pname = "enchant";
version = "2.2.10"; version = "2.2.11";
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
src = fetchurl { src = fetchurl {
url = "https://github.com/AbiWord/${pname}/releases/download/v${version}/${pname}-${version}.tar.gz"; url = "https://github.com/AbiWord/${pname}/releases/download/v${version}/${pname}-${version}.tar.gz";
sha256 = "1hxx5kb015a5rvjimrpcb5050xb3988dgc52fd5m5n270v238nva"; sha256 = "opxXd8TkX8rCWVwVxJ1tKqQ0+l58mT3/P582e2X+Ryo=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig pkg-config
]; ];
buildInputs = [ buildInputs = [