summary refs log tree commit diff
path: root/pkgs/tools/networking/wifite2
diff options
context:
space:
mode:
authorDaniel Fullmer <danielrf12@gmail.com>2020-04-20 16:22:38 -0400
committerLassulus <github@lassul.us>2020-04-20 23:10:15 +0200
commit4b0b23db77d9a40f5e13a495819fc82182b9a460 (patch)
tree52b01d587d630515d35bd697ace0240373dd37ff /pkgs/tools/networking/wifite2
parent3bbd074217cd11b6e14abec24655091b83aacc6f (diff)
downloadnixpkgs-4b0b23db77d9a40f5e13a495819fc82182b9a460.tar
nixpkgs-4b0b23db77d9a40f5e13a495819fc82182b9a460.tar.gz
nixpkgs-4b0b23db77d9a40f5e13a495819fc82182b9a460.tar.bz2
nixpkgs-4b0b23db77d9a40f5e13a495819fc82182b9a460.tar.lz
nixpkgs-4b0b23db77d9a40f5e13a495819fc82182b9a460.tar.xz
nixpkgs-4b0b23db77d9a40f5e13a495819fc82182b9a460.tar.zst
nixpkgs-4b0b23db77d9a40f5e13a495819fc82182b9a460.zip
wifite2: 2.5.2 -> 2.5.3
Diffstat (limited to 'pkgs/tools/networking/wifite2')
-rw-r--r--pkgs/tools/networking/wifite2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/wifite2/default.nix b/pkgs/tools/networking/wifite2/default.nix
index 8ff0c6d84ab..505e461e480 100644
--- a/pkgs/tools/networking/wifite2/default.nix
+++ b/pkgs/tools/networking/wifite2/default.nix
@@ -3,14 +3,14 @@
 , hcxdumptool, pyrit, which }:
 
 python3.pkgs.buildPythonApplication rec {
-  version = "2.5.2";
+  version = "2.5.3";
   pname = "wifite2";
 
   src = fetchFromGitHub {
     owner = "kimocoder";
     repo = "wifite2";
     rev = version;
-    sha256 = "0hsb59d86szn27s3hynpzkp49rmw4g692vrl67nal7rfcdvpp8hb";
+    sha256 = "080hbjpbgdnzr6jkmg5cb8dvzxm57zpi4c9x0y92yy472vqll3ax";
   };
 
   patches = [