pkgsMusl.iptables: fix build with upstream patch

Fix is applied upstream but there hasn't been a release yet.

Fixes: 131fce41a3b ("iptables: 1.8.7 -> 1.8.8")

+5
+5
pkgs/os-specific/linux/iptables/default.nix
··· 24 24 url = "https://git.netfilter.org/iptables/patch/?id=f319389525b066b7dc6d389c88f16a0df3b8f189"; 25 25 sha256 = "sha256-rOxCEWZoI8Ac5fQDp286YHAwvreUAoDVAbomboKrGyM="; 26 26 }) 27 + # fix Musl build 28 + (fetchpatch { 29 + url = "https://git.netfilter.org/iptables/patch/?id=0e7cf0ad306cdf95dc3c28d15a254532206a888e"; 30 + sha256 = "18mnvqfxzd7ifq3zjb4vyifcyadpxdi8iqcj8wsjgw23n49lgrbj"; 31 + }) 27 32 ]; 28 33 29 34 outputs = [ "out" "dev" "man" ];