kiwix-tools: 3.4.0 -> 3.5.0

upstream changelog: <https://github.com/kiwix/kiwix-tools/blob/main/Changelog>

almost entirely documentation and CI improvements.
This commit is contained in:
Colin 2023-05-15 10:38:22 +00:00
parent 8c4a3f67b5
commit 146f2449a1

View file

@ -1,5 +1,6 @@
{ lib
, fetchFromGitHub
, gitUpdater
, icu
, libkiwix
, meson
@ -10,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "kiwix-tools";
version = "3.4.0";
version = "3.5.0";
src = fetchFromGitHub {
owner = "kiwix";
repo = "kiwix-tools";
rev = version;
sha256 = "sha256-r3/aTH/YoDuYpKLPakP4toS3OtiRueTUjmR34rdmr+w=";
sha256 = "sha256-bOxi51H28LhA+5caX6kllIY5B3Q1FoGVFadFIhYRkG0=";
};
nativeBuildInputs = [
@ -30,6 +31,8 @@ stdenv.mkDerivation rec {
libkiwix
];
passthru.updateScript = gitUpdater { };
meta = with lib; {
description = "Command line Kiwix tools: kiwix-serve, kiwix-manage, ...";
homepage = "https://kiwix.org";