From b5da7a86faac215bb6c726c574096d85d0d1ed02 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 26 Feb 2024 06:02:19 +0000 Subject: [PATCH] libkiwix: 12.1.1 -> 13.1.0 --- nixpatches/list.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 69a3ecea0..0e57aabe4 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -26,6 +26,12 @@ let // (if title != null then { name = title; } else {}) ) else null; in [ + (fetchpatch' { + prUrl = "https://github.com/NixOS/nixpkgs/pull/291500"; + saneCommit = "8ba6a995c34515fcccefc7ad2bbb929c21bd4a31"; + title = "libkiwix: 12.1.1 -> 13.1.0"; + hash = "sha256-li6wDwhwIwRiuh4eqtRIkJbeOS/ZBIvte3LWby7RnZE="; + }) (fetchpatch' { prUrl = "https://github.com/NixOS/nixpkgs/pull/291232"; title = "bonsai: 1.0.2 -> 1.1.0";