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