tlsx: 1.2.1 -> 1.2.2 (#462652)

This commit is contained in:
Fabian Affolter
2025-11-17 19:03:30 +00:00
committed by GitHub

View File

@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "tlsx";
version = "1.2.1";
version = "1.2.2";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "tlsx";
tag = "v${version}";
hash = "sha256-VpdAf2oe7X8NldZ033BPxyl0ra5HGAfeqtxI5beSXi8=";
hash = "sha256-kS1X14+LJHar0p2nH+EUqtqVrWRG8yMXVaINNkAwhd8=";
};
vendorHash = "sha256-EzTz8WP3Sadg6Tu8Tf0n2s+YOJqRVbPQrkW3JEntwBg=";
vendorHash = "sha256-gWDSBjrTsRShihc/jun5lL1cauJU45qaND0IL17pqn8=";
ldflags = [
"-s"