snid: init at 0.4.0 (#506555)
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
lib,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "snid";
|
||||
version = "0.4.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "AGWA";
|
||||
repo = "snid";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-syKEtG/B1Yy0BAQqlR6o4uIRSwCnFOBsPpV4arqO/I4=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-cVarG6Tx4yWpZE5BLZsMtLV9LF1lsiFfIXxhYiNjQlY=";
|
||||
|
||||
meta = {
|
||||
description = "Zero config TLS proxy server that uses SNI";
|
||||
homepage = "https://github.com/AGWA/snid";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ tomfitzhenry ];
|
||||
mainProgram = "snid";
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user