httpx: 1.7.2 -> 1.7.3

This commit is contained in:
R. Ryantm
2025-12-06 19:55:36 +00:00
parent 300f2d4247
commit b1a2e456f7
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "httpx";
version = "1.7.2";
version = "1.7.3";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "httpx";
tag = "v${version}";
hash = "sha256-UZybzKPBattd2WIkATJEywPiRJ1v6B20it5Jqnle7Xo=";
hash = "sha256-Ujpcl16Ftyi6W7OjofrjEobnRzAeBulsmWUEcDsmdmM=";
};
vendorHash = "sha256-T9nq2Ad2UhndOC5KUZ+ix4PzmzKD1la2zmo5L6vq2Yk=";
vendorHash = "sha256-0p2JSmmUQBLpQno3XjMHnRD9Rva627J/dd2n03oZ1WI=";
subPackages = [ "cmd/httpx" ];