feat(sing-box): use PuerNya/sing-box/building for outbound_provider

This commit is contained in:
2025-06-29 16:40:08 +08:00
parent e454e12d2f
commit c8f098f1a2

View File

@@ -13,6 +13,16 @@
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--wayland-text-input-version=3}}" --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--wayland-text-input-version=3}}"
) )
''; '';
sing-box.__output.version.__assign = "unstable-2024-08-16";
sing-box.__output.src.__assign = final.fetchFromGitHub {
owner = "PuerNya";
repo = "sing-box";
rev = "067c81a73e1fb7b6edbc58e6b06b8b943fa6c40a";
hash = "sha256-03mkClYVAfAatfYJ1OuM1OvABj/fgbseqK8jPbBtI8g=";
};
sing-box.__output.vendorHash.__assign = "sha256-ZWFZkVRtybQAK9oZRIMBGeDfxXTV7kzXwNSbkvslMFk=";
sing-box.__output.postInstall.__assign = "";
}; };
# this allows us to access specific version of nixpkgs # this allows us to access specific version of nixpkgs