From 3881f79af091785f4136525ca714c51b3553b5c0 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 15 May 2023 10:54:43 +0000 Subject: [PATCH] kiwix-tools: 3.4.0 -> 3.5.0 --- nixpatches/list.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 85e524663..aab9ee556 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -68,6 +68,12 @@ in [ hash = "sha256-Z1HOps3w/WvxAiyUAHWszKqwS9EwA6rf4XfgPGp+2sQ="; }) + (fetchpatch' { + # kiwix-tools: 3.4.0 -> 3.5.0 + saneCommit = "146f2449a19101ee202aa578a2b1d7377779890b"; + hash = "sha256-Tqr8Ri8X2dDljDmWmjAQDRJGNenSFhrY/wr24h2JAh0="; + }) + # 2023-04-20: perl: fix modules for compatibility with miniperl # (fetchpatch { # url = "https://github.com/NixOS/nixpkgs/pull/225640.diff";