nixpkgs: push bind extraArgs patch upstream

This commit is contained in:
2025-06-07 19:35:22 +00:00
parent 8d76f4ccae
commit 881ddbc2f2

View File

@@ -29,11 +29,18 @@ let
); );
in in
[ [
# (fetchpatch' {
# # just here for me to test the PR
# name = "nixos/bind: only listen on ipv6 if enabled";
# prUrl = "https://github.com/NixOS/nixpkgs/pull/410501";
# hash = "sha256-PokfJhlY+8LYAjXE8s/JoT3Kls3vPrZaT8KMmV9IBvw=";
# })
(fetchpatch' { (fetchpatch' {
# TODO: send upstream. branch `pr-bind-extraArgs` on flowy.
name = ''nixos/bind: add an "extraArgs" option''; name = ''nixos/bind: add an "extraArgs" option'';
saneCommit = "ab65c92241bd4acab25aad19d0fea4873c1bc3b7"; # saneCommit = "ab65c92241bd4acab25aad19d0fea4873c1bc3b7";
hash = "sha256-2yAXtbLOm5dOmLrLKOYwzw7drSz44akyAy9aDyKXsUI="; prUrl = "https://github.com/NixOS/nixpkgs/pull/414825";
hash = "sha256-Hs3uKT3b5D4hkipEgD19j+bv5k63Eba8jMdENaE1Plg=";
}) })
(fetchpatch' { (fetchpatch' {