kiwix: 2.3.1-unstable-2024-02-20 -> 2.4.1

This commit is contained in:
Greg Hellings
2025-03-03 09:22:16 -06:00
parent 2451a49e55
commit 41462bcdb0
+7 -4
View File
@@ -2,6 +2,7 @@
lib,
mkDerivation,
fetchFromGitHub,
nix-update-script,
libkiwix,
pkg-config,
qmake,
@@ -12,15 +13,15 @@
aria2,
}:
mkDerivation {
mkDerivation rec {
pname = "kiwix";
version = "2.3.1-unstable-2024-02-20";
version = "2.4.1";
src = fetchFromGitHub {
owner = "kiwix";
repo = "kiwix-desktop";
rev = "17ac566b07814aefb1decf108e4ba6d7ad9ef7bc";
hash = "sha256-BZzFnQE8/dyZkpY0X3zZ6yC6yLZ002Q/RoDzEhSOa/g=";
rev = version;
hash = "sha256-B3RcYr/b8pZTJV35BWuqmWbq+C2WkkcwBR0oNaUXPRw=";
};
nativeBuildInputs = [
@@ -40,6 +41,8 @@ mkDerivation {
"--prefix PATH : ${lib.makeBinPath [ aria2 ]}"
];
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Offline reader for Web content";
mainProgram = "kiwix-desktop";