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";