tlsx: 1.1.9 -> 1.2.0
This commit is contained in:
parent
c1bdb17d00
commit
5476187ffe
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user