Merge pull request #245986 from r-ryantm/auto-update/proxify

proxify: 0.0.9 -> 0.0.10
This commit is contained in:
Nick Cao 2023-07-28 22:52:08 -06:00 committed by GitHub
commit a7a7035585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "proxify";
version = "0.0.9";
version = "0.0.10";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "proxify";
rev = "refs/tags/v${version}";
hash = "sha256-InHo5nfgCLDxciwjaB9tamV6MGEM3DlRGU00Ng2SfVY=";
hash = "sha256-bEAPj72HDiJHTN1WF50ow1OUwwsPhFwAkCvvEqgsVcA=";
};
vendorHash = "sha256-GPkxUU9HXLWnj+qjee/CuSE683l2V22cH9KBP2ssaXc=";
vendorHash = "sha256-ViUMPHj1udvyy19XToq3f7Bj708v6DuBg5k0tMtZmHA=";
meta = with lib; {
description = "Proxy tool for HTTP/HTTPS traffic capture";