Loading pkgs/by-name/tu/tun2proxy/Cargo.lock.patch 0 → 100644 +1944 −0 File added.Preview size limit exceeded, changes collapsed. Show changes pkgs/by-name/tu/tun2proxy/package.nix 0 → 100644 +31 −0 Original line number Diff line number Diff line { lib, rustPlatform, fetchFromGitHub, }: rustPlatform.buildRustPackage rec { pname = "tun2proxy"; version = "0.5.4"; src = fetchFromGitHub { owner = "tun2proxy"; repo = "tun2proxy"; rev = "v${version}"; hash = "sha256-EeSXEPg4TxbjQXoM2jx8T9+VOT7VndBnxhy7pwwQ8Kk="; }; cargoHash = "sha256-WwCUSnXSlSrO+YfqpZlC9WWsX/pM6ixYlqU1pZY4e5o="; cargoPatches = [ ./Cargo.lock.patch ]; meta = { homepage = "https://github.com/tun2proxy/tun2proxy"; description = "Tunnel (TUN) interface for SOCKS and HTTP proxies"; license = lib.licenses.mit; platforms = lib.platforms.linux; mainProgram = "tun2proxy-bin"; maintainers = with lib.maintainers; [ mksafavi ]; }; } Loading
pkgs/by-name/tu/tun2proxy/Cargo.lock.patch 0 → 100644 +1944 −0 File added.Preview size limit exceeded, changes collapsed. Show changes
pkgs/by-name/tu/tun2proxy/package.nix 0 → 100644 +31 −0 Original line number Diff line number Diff line { lib, rustPlatform, fetchFromGitHub, }: rustPlatform.buildRustPackage rec { pname = "tun2proxy"; version = "0.5.4"; src = fetchFromGitHub { owner = "tun2proxy"; repo = "tun2proxy"; rev = "v${version}"; hash = "sha256-EeSXEPg4TxbjQXoM2jx8T9+VOT7VndBnxhy7pwwQ8Kk="; }; cargoHash = "sha256-WwCUSnXSlSrO+YfqpZlC9WWsX/pM6ixYlqU1pZY4e5o="; cargoPatches = [ ./Cargo.lock.patch ]; meta = { homepage = "https://github.com/tun2proxy/tun2proxy"; description = "Tunnel (TUN) interface for SOCKS and HTTP proxies"; license = lib.licenses.mit; platforms = lib.platforms.linux; mainProgram = "tun2proxy-bin"; maintainers = with lib.maintainers; [ mksafavi ]; }; }