hcxtools: 5.3.0 -> 6.0.1
This commit is contained in:
parent
8986e95dca
commit
f5e0ebf1e6
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "hcxtools";
|
pname = "hcxtools";
|
||||||
version = "5.3.0";
|
version = "6.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ZerBea";
|
owner = "ZerBea";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1pqvxncpcnwxs89imma01ry30bz7cjifm8wz1s80yclkxxf80php";
|
sha256 = "0r7pjz89chgb7zl2pqgw3zb1z8cgwp0nxmqvmkv0jn1m9dw3f44f";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ curl openssl zlib ];
|
buildInputs = [ curl openssl zlib ];
|
||||||
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Tools for capturing wlan traffic and conversion to hashcat and John the Ripper formats";
|
description = "Tools for capturing wlan traffic and conversion to hashcat and John the Ripper formats";
|
||||||
homepage = https://github.com/ZerBea/hcxtools;
|
homepage = "https://github.com/ZerBea/hcxtools";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ dywedir ];
|
maintainers = with maintainers; [ dywedir ];
|
||||||
|
Loading…
Reference in New Issue
Block a user