summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-12-01 12:40:39 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2021-12-01 12:40:39 +0100
commit86c99790e6e3b1eaef116de6685f0877bfd65278 (patch)
treea32525ad4a5341a1c57133f3e6911453b93719eb
parent461a7d223c7f32b4eb9727e07a93f873568ff0ad (diff)
downloadnixpkgs-86c99790e6e3b1eaef116de6685f0877bfd65278.tar
nixpkgs-86c99790e6e3b1eaef116de6685f0877bfd65278.tar.gz
nixpkgs-86c99790e6e3b1eaef116de6685f0877bfd65278.tar.bz2
nixpkgs-86c99790e6e3b1eaef116de6685f0877bfd65278.tar.lz
nixpkgs-86c99790e6e3b1eaef116de6685f0877bfd65278.tar.xz
nixpkgs-86c99790e6e3b1eaef116de6685f0877bfd65278.tar.zst
nixpkgs-86c99790e6e3b1eaef116de6685f0877bfd65278.zip
httpx: 1.1.3 -> 1.1.4
-rw-r--r--pkgs/tools/security/httpx/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/httpx/default.nix b/pkgs/tools/security/httpx/default.nix
index 07becc2c348..3e9164befc9 100644
--- a/pkgs/tools/security/httpx/default.nix
+++ b/pkgs/tools/security/httpx/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "httpx";
-  version = "1.1.3";
+  version = "1.1.4";
 
   src = fetchFromGitHub {
     owner = "projectdiscovery";
     repo = "httpx";
     rev = "v${version}";
-    sha256 = "sha256-sB/z7Z35SQt2D6YHgSJjXS/O9qbkqVrcl/OB+YhGhwQ=";
+    sha256 = "sha256-Mis3DQwcTazHVF7hkTRQ2OtQxeGut5LRUAloBXCdq3s=";
   };
 
-  vendorSha256 = "sha256-/GC81ukWpC7h86noPv6zayS9fxWhJpWGXPM8u56F5c4=";
+  vendorSha256 = "sha256-53Mvc637J306MJLw+l1amAuZhUE/NdDvuWEe0fg4Hog=";
 
   meta = with lib; {
     description = "Fast and multi-purpose HTTP toolkit";