zt-tcp-relay: drop
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
agit = pkgs.callPackage ./agit { };
|
||||
tea-create-pr = pkgs.callPackage ./tea-create-pr { };
|
||||
zerotier-members = pkgs.callPackage ./zerotier-members { };
|
||||
zt-tcp-relay = pkgs.callPackage ./zt-tcp-relay { };
|
||||
moonlight-sunshine-accept = pkgs.callPackage ./moonlight-sunshine-accept { };
|
||||
merge-after-ci = pkgs.callPackage ./merge-after-ci { inherit (config.packages) tea-create-pr; };
|
||||
minifakeroot = pkgs.callPackage ./minifakeroot { };
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
rustPlatform,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "zt-tcp-relay";
|
||||
version = "unstable-2025-07-03";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "alexander-akhmetov";
|
||||
repo = "zt-tcp-relay";
|
||||
rev = "f6300870efc63a4dd06ed9b40a61a389de606bf5";
|
||||
hash = "sha256-yXCSE0I1u34doQ5PJ8kK6BabopVp5404R5kiJ6lGRa4=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-8RCiGi/w0Qjmfppe236q2ojVbYo/jWIa7j6Nrz8GRiQ=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "ZeroTier One TCP relay";
|
||||
homepage = "https://github.com/alexander-akhmetov/zt-tcp-relay";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ mic92 ];
|
||||
mainProgram = "zt-tcp-relay";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user