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 5 6 6 buildGoModule rec { 7 7 pname = "httpx"; 8 - version = "1.4.0"; 8 + version = "1.5.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "projectdiscovery"; 12 12 repo = "httpx"; 13 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-G+N9Zo8MbXbCRB21SvxSNftvn5v8Ss+I0v7Lj30CgJo="; 14 + hash = "sha256-UYMaviHuRP47WSm8tsxjpsVrPgeQRUGTe7TxDAfhoGM="; 15 15 }; 16 16 17 - vendorHash = "sha256-fy4yJkwBlVNRn8FWHtZHCMcCF7LQXsDhEYVSv4RVcBM="; 17 + vendorHash = "sha256-tCwh+uEqXw4PZp11xRSFovXxNstulCMPfcEiVhTFuI4="; 18 18 19 19 subPackages = [ 20 20 "cmd/httpx"