cross: get passt to cross compile

This commit is contained in:
Colin 2024-05-26 09:24:45 +00:00
parent a03099569c
commit af5aa15c23

View File

@ -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";