nixpatches: fix miniupnpc

This commit is contained in:
Colin 2024-05-25 08:04:08 +00:00
parent 377b1a21a8
commit fc52860dfc

View File

@ -32,6 +32,12 @@ in [
# etc, where "date" is like "20240228181608"
# and can be found with `nix-repl > :lf . > lastModifiedDate`
(fetchpatch' {
title = "miniupnpc: switch to github source";
prUrl = "https://github.com/NixOS/nixpkgs/pull/314510";
hash = "sha256-ODJc0ahOcYubtodrU/1DJC6dmdX87bksN5hpHbVOMys=";
})
(fetchpatch' {
title = "gnome.gnome-keyring: support cross compilation";
prUrl = "https://github.com/NixOS/nixpkgs/pull/311773";