Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -121,6 +121,12 @@ githubId = 7414843; name = "Nicholas von Klitzing"; }; _3JlOy-PYCCKUi = { name = "3JlOy-PYCCKUi"; email = "3jl0y_pycckui@riseup.net"; github = "3JlOy-PYCCKUi"; githubId = 46464602; }; _360ied = { name = "Brian Zhu"; email = "therealbarryplayer@gmail.com"; Loading pkgs/tools/networking/wireproxy/default.nix 0 → 100644 +31 −0 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "wireproxy"; version = "1.0.5"; src = fetchFromGitHub { owner = "octeep"; repo = "wireproxy"; rev = "v${version}"; hash = "sha256-5xyKmFxXYhrR8EbG1/ByD10lhkPT9Ky1lq+LL2djaao="; }; ldflags = [ "-s" "-w" "-X main.version=v${version}" ]; vendorHash = "sha256-/LZs6N2m5nHx735Ug+PcM1I1ZL9f8VYEpd7Tt4WizMQ="; meta = with lib; { description = "Wireguard client that exposes itself as a socks5 proxy"; homepage = "https://github.com/octeep/wireproxy"; license = licenses.isc; maintainers = with maintainers; [ _3JlOy-PYCCKUi ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -12894,6 +12894,8 @@ with pkgs; wireguard-tools = callPackage ../tools/networking/wireguard-tools { }; wireproxy = callPackage ../tools/networking/wireproxy { }; wiringpi = callPackage ../os-specific/linux/wiringpi { }; wg-friendly-peer-names = callPackage ../tools/networking/wg-friendly-peer-names { }; Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -121,6 +121,12 @@ githubId = 7414843; name = "Nicholas von Klitzing"; }; _3JlOy-PYCCKUi = { name = "3JlOy-PYCCKUi"; email = "3jl0y_pycckui@riseup.net"; github = "3JlOy-PYCCKUi"; githubId = 46464602; }; _360ied = { name = "Brian Zhu"; email = "therealbarryplayer@gmail.com"; Loading
pkgs/tools/networking/wireproxy/default.nix 0 → 100644 +31 −0 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "wireproxy"; version = "1.0.5"; src = fetchFromGitHub { owner = "octeep"; repo = "wireproxy"; rev = "v${version}"; hash = "sha256-5xyKmFxXYhrR8EbG1/ByD10lhkPT9Ky1lq+LL2djaao="; }; ldflags = [ "-s" "-w" "-X main.version=v${version}" ]; vendorHash = "sha256-/LZs6N2m5nHx735Ug+PcM1I1ZL9f8VYEpd7Tt4WizMQ="; meta = with lib; { description = "Wireguard client that exposes itself as a socks5 proxy"; homepage = "https://github.com/octeep/wireproxy"; license = licenses.isc; maintainers = with maintainers; [ _3JlOy-PYCCKUi ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -12894,6 +12894,8 @@ with pkgs; wireguard-tools = callPackage ../tools/networking/wireguard-tools { }; wireproxy = callPackage ../tools/networking/wireproxy { }; wiringpi = callPackage ../os-specific/linux/wiringpi { }; wg-friendly-peer-names = callPackage ../tools/networking/wg-friendly-peer-names { };