httpx: 1.6.9 -> 1.6.10 (#377455)

This commit is contained in:
R. RyanTM
2025-01-28 06:10:35 +01:00
committed by GitHub
parent 12fbfbc565
commit 96e7518e52
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "httpx";
version = "1.6.9";
version = "1.6.10";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "httpx";
tag = "v${version}";
hash = "sha256-fkHMtFshRNtRhsxjbYOkeL2cln84NAa01jcGKips5Kk=";
hash = "sha256-lU5LtYFnWJu4yZTqdJFqLnaAUOQ3Nc2EaNPrvTxoW3Q=";
};
vendorHash = "sha256-zTPJtuKPtsVsgMwHFjVwAh1/3DudW7TPWOMJ20nNu1I=";
vendorHash = "sha256-+m0TPKIBCnRfswrMw9+w1r/pWaRmkI+s0RRbv5X5GBo=";
subPackages = [ "cmd/httpx" ];