Merge pull request #292728 from r-ryantm/auto-update/httpx

httpx: 1.4.0 -> 1.5.0
This commit is contained in:
Fabian Affolter
2024-03-02 09:35:33 +01:00
committed by GitHub
+3 -3
View File
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "httpx";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "httpx";
rev = "refs/tags/v${version}";
hash = "sha256-G+N9Zo8MbXbCRB21SvxSNftvn5v8Ss+I0v7Lj30CgJo=";
hash = "sha256-UYMaviHuRP47WSm8tsxjpsVrPgeQRUGTe7TxDAfhoGM=";
};
vendorHash = "sha256-fy4yJkwBlVNRn8FWHtZHCMcCF7LQXsDhEYVSv4RVcBM=";
vendorHash = "sha256-tCwh+uEqXw4PZp11xRSFovXxNstulCMPfcEiVhTFuI4=";
subPackages = [
"cmd/httpx"