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

httpx: 1.4.0 -> 1.5.0

authored by Fabian Affolter and committed by GitHub c6568112 130189d2

+3 -3
+3 -3
pkgs/tools/security/httpx/default.nix
··· 5 6 buildGoModule rec { 7 pname = "httpx"; 8 - version = "1.4.0"; 9 10 src = fetchFromGitHub { 11 owner = "projectdiscovery"; 12 repo = "httpx"; 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-G+N9Zo8MbXbCRB21SvxSNftvn5v8Ss+I0v7Lj30CgJo="; 15 }; 16 17 - vendorHash = "sha256-fy4yJkwBlVNRn8FWHtZHCMcCF7LQXsDhEYVSv4RVcBM="; 18 19 subPackages = [ 20 "cmd/httpx"
··· 5 6 buildGoModule rec { 7 pname = "httpx"; 8 + version = "1.5.0"; 9 10 src = fetchFromGitHub { 11 owner = "projectdiscovery"; 12 repo = "httpx"; 13 rev = "refs/tags/v${version}"; 14 + hash = "sha256-UYMaviHuRP47WSm8tsxjpsVrPgeQRUGTe7TxDAfhoGM="; 15 }; 16 17 + vendorHash = "sha256-tCwh+uEqXw4PZp11xRSFovXxNstulCMPfcEiVhTFuI4="; 18 19 subPackages = [ 20 "cmd/httpx"