From 50045432fa3eb2001dcb51129d18a419f979119d Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 20 Sep 2023 09:41:18 +0000 Subject: [PATCH] libkiwix: 12.0.0 -> 12.1.1 --- nixpatches/list.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index ab3776f9c..c722f089d 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -51,12 +51,11 @@ in [ # hash = "sha256-D2fnB4eOvbew0tea7Y1LH7GQJF3Pch/9DLEChf/ZNxs="; # }) - # (fetchpatch' { - # # TODO: check back in on this around 2023-10-01 - # title = "libkiwix: 12.0.0 -> 12.1.0"; - # prUrl = "https://github.com/NixOS/nixpkgs/pull/246700"; - # hash = "sha256-LyTkWNgG1mynCdckKm3Hj9ifzLemyrhJ9BFVaPppwgw="; - # }) + (fetchpatch' { + title = "libkiwix: 12.0.0 -> 12.1.1"; + prUrl = "https://github.com/NixOS/nixpkgs/pull/246700"; + hash = "sha256-hhPF0EXS3Ilj6gBJYAAA4JU3qZmE2VZhcLssBF5jpFQ="; + }) # (fetchpatch' { # # XXX: doesn't cleanly apply; fetch `firefox-pmos-mobile` branch from my git instead