Merge pull request #163166 from azuwis/snet
This commit is contained in:
commit
5d6103f3c6
22
pkgs/tools/networking/snet/default.nix
Normal file
22
pkgs/tools/networking/snet/default.nix
Normal file
@ -0,0 +1,22 @@
|
||||
{ lib, buildGoModule, fetchFromGitHub }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "snet";
|
||||
version = "unstable-2021-11-26";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "monsterxx03";
|
||||
repo = "snet";
|
||||
rev = "89089b55277ce3e21e2ed79a9d307f2ecc62c6db";
|
||||
sha256 = "sha256-lTbygQRABv+Dp4i7nDgXYqi4pwU2rtLNfpgtBgsq+7Y=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-dubmCLeD8Fwe1msfLN+5WzdbFkfTRnZDU3F49gjWTS4=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Transparent proxy works on linux desktop, MacOS, router";
|
||||
homepage = "https://github.com/monsterxx03/snet";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ azuwis ];
|
||||
};
|
||||
}
|
@ -9922,6 +9922,8 @@ with pkgs;
|
||||
|
||||
snapdragon-profiler = callPackage ../tools/graphics/snapdragon-profiler { };
|
||||
|
||||
snet = callPackage ../tools/networking/snet { };
|
||||
|
||||
sng = callPackage ../tools/graphics/sng {
|
||||
libpng = libpng12;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user