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.

Colin 146f2449 8c4a3f67

+5 -2
+5 -2
pkgs/applications/misc/kiwix/tools.nix
··· 1 1 { lib 2 2 , fetchFromGitHub 3 + , gitUpdater 3 4 , icu 4 5 , libkiwix 5 6 , meson ··· 10 11 11 12 stdenv.mkDerivation rec { 12 13 pname = "kiwix-tools"; 13 - version = "3.4.0"; 14 + version = "3.5.0"; 14 15 15 16 src = fetchFromGitHub { 16 17 owner = "kiwix"; 17 18 repo = "kiwix-tools"; 18 19 rev = version; 19 - sha256 = "sha256-r3/aTH/YoDuYpKLPakP4toS3OtiRueTUjmR34rdmr+w="; 20 + sha256 = "sha256-bOxi51H28LhA+5caX6kllIY5B3Q1FoGVFadFIhYRkG0="; 20 21 }; 21 22 22 23 nativeBuildInputs = [ ··· 29 30 icu 30 31 libkiwix 31 32 ]; 33 + 34 + passthru.updateScript = gitUpdater { }; 32 35 33 36 meta = with lib; { 34 37 description = "Command line Kiwix tools: kiwix-serve, kiwix-manage, ...";