Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3bbd074217cd
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4b0b23db77d9
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 20, 2020

  1. wifite2: 2.5.2 -> 2.5.3

    danielfullmer authored and Lassulus committed Apr 20, 2020
    Copy the full SHA
    4b0b23d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/networking/wifite2/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/networking/wifite2/default.nix
Original file line number Diff line number Diff line change
@@ -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 = [