tlsx: 0.0.9 -> 1.0.0
Diff: https://github.com/projectdiscovery/tlsx/compare/v0.0.9...v1.0.0 Changelog: https://github.com/projectdiscovery/tlsx/releases/tag/v1.0.0
This commit is contained in:
parent
1e1e76406a
commit
6b57fa7d40
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "tlsx";
|
||||
version = "0.0.9";
|
||||
version = "1.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "projectdiscovery";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-DcC08KmSXYOk4jlU0KIdu5zziWZLYlWetN+/ZGaY4RQ=";
|
||||
hash = "sha256-IkN7AhfQ998eH50DcvTsSg9x2QwC7Ccpx+sZNa8nlSA=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-MC7mS+GMfQUZPW6i/lDPW8qAHzT1Cr7gYYG9V4CTCM0=";
|
||||
vendorHash = "sha256-cDKifPNXXMSRKtl0yWTJj5FwBt545eYAlbgJbgEj6L8=";
|
||||
|
||||
# Tests require network access
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue