Merge pull request #135834 from fabaff/bump-httpx

httpx: 1.1.1 -> 1.1.2
launchpad/nixpkgs/master
Benjamin Hipple 3 years ago committed by GitHub
commit 1d4b99c8e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/tools/security/httpx/default.nix

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "httpx";
version = "1.1.1";
version = "1.1.2";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "httpx";
rev = "v${version}";
sha256 = "sha256-uuHvU/KUHliY3FUwknp7ninKTY9qs+gI7WljgIvJEF4=";
sha256 = "sha256-8PX1jUbS5qf5KqeZXv3oijtZCPo5LsabqHSA3rsd3tQ=";
};
vendorSha256 = "sha256-/xip2lwmpaSvnQoGj3de8Tgeog+HPrI8mF6catC1O4s=";
vendorSha256 = "sha256-bkk/gXMLiZGHebrIeDsj3OyiEcH4hriI4TFNdoh3SBk=";
meta = with lib; {
description = "Fast and multi-purpose HTTP toolkit";

Loading…
Cancel
Save