From bee9dab5135e3530dd4c5d2e6210a380b6a65466 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 13 Jun 2023 04:04:53 +0000 Subject: [PATCH] gpodder: 3.10.21 -> 3.11.1 --- nixpatches/list.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 539ab774..e54478e5 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -163,6 +163,18 @@ in [ # related: ./2023-06-10-lemmy-downgrade.patch + (fetchpatch' { + title = "gpodder: wrap with missing `xdg-utils` path"; + saneCommit = "10d0ac11bc083cbcf0d6340950079b3888095abf"; + hash = "sha256-cu8L30ZiUJnWFGRR/SK917TC7TalzpGkurGkUAAxl54="; + }) + + (fetchpatch' { + title = "gpodder: 3.10.21 -> 3.11.1"; + saneCommit = "865f67ec1f1ed25a65ffb3afdf05fcb3979399e8"; + hash = "sha256-QUR9eu5Ob4/iPMn2x0ACRsC7y0xVZ+vA7AXUjkF0p/s="; + }) + # for raspberry pi: allow building u-boot for rpi 4{,00} # TODO: remove after upstreamed: https://github.com/NixOS/nixpkgs/pull/176018 # (it's a dupe of https://github.com/NixOS/nixpkgs/pull/112677 )