diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 37cd4c83..f3d75e75 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -32,6 +32,12 @@ in [ # etc, where "date" is like "20240228181608" # and can be found with `nix-repl > :lf . > lastModifiedDate` + (fetchpatch' { + title = "passt: support cross compilation"; + saneCommit = "3ef36d3aa139f94e8716b0721856c5808937c9f2"; + hash = "sha256-hAaFHlJdx1GjQIJG5zxTBHm+CbmR/zlKUB9eyxPQbOg="; + }) + (fetchpatch' { title = "miniupnpc: switch to github source"; prUrl = "https://github.com/NixOS/nixpkgs/pull/314510";