proxify: 0.0.9 -> 0.0.10

This commit is contained in:
R. Ryantm 2023-07-29 02:18:11 +00:00
parent 6bc397a1cc
commit 5dbff84445

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";