gpodder: 3.10.21 -> 3.11.1

This commit is contained in:
Colin 2023-06-13 04:04:53 +00:00
parent 16c3d4289e
commit bee9dab513

View File

@ -163,6 +163,18 @@ in [
# related: <https://github.com/NixOS/nixpkgs/issues/236890#issuecomment-1585030861>
./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 )