httpx: 1.6.6 -> 1.6.7

This commit is contained in:
R. Ryantm 2024-08-03 03:08:25 +00:00
parent adb3cee87d
commit 8bd2e0edf1

View File

@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "httpx"; pname = "httpx";
version = "1.6.6"; version = "1.6.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "projectdiscovery"; owner = "projectdiscovery";
repo = "httpx"; repo = "httpx";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-8sJ1Slbgh3P+KYAnnvqHFDQqYt1xhzEV0hnzQN62fFE="; hash = "sha256-u62stmQsTtWziuCAsFkG4a3c6eWI9sYgDiwHmoHU2y4=";
}; };
vendorHash = "sha256-RDP3dstIxqOEgHqvcakQYtuRQblMEK/Kq+p7a5/kQdI="; vendorHash = "sha256-EIX7fs2nr6OsVvRxLxO0QjGjEPXqzl861KoxAvPB4VY=";
subPackages = [ "cmd/httpx" ]; subPackages = [ "cmd/httpx" ];