tlsx: 1.1.9 -> 1.2.0

This commit is contained in:
R. Ryantm 2025-07-15 12:46:25 +00:00
parent c1bdb17d00
commit 5476187ffe

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "tlsx";
version = "1.1.9";
version = "1.2.0";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "tlsx";
tag = "v${version}";
hash = "sha256-u83hPmmiXH7SGCyINkHFrjNDLanwJLf0o9ZyceQeSg0=";
hash = "sha256-5ffJ7UzIP3qZoEAxJFGce5BaWHnkqtPnQOHpuJmQC50=";
};
vendorHash = "sha256-NF05vVLBRlWQpmTfrNEjnvH7kZMhgY73xmSgTZ8FGmo=";
vendorHash = "sha256-hSCzpvciuI8zJgD2xgWTK+UiVthXgrPl6AeU/7QLg4c=";
ldflags = [
"-s"