hcxtools: modernize
This commit is contained in:
@@ -15,11 +15,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
src = fetchFromGitHub {
|
||||
owner = "ZerBea";
|
||||
repo = "hcxtools";
|
||||
rev = finalAttrs.version;
|
||||
sha256 = "sha256-v33RpDKA4OeUU4YXXWhHpdlqQvxk4HIWQKCPskdTSTU=";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-v33RpDKA4OeUU4YXXWhHpdlqQvxk4HIWQKCPskdTSTU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
buildInputs = [
|
||||
curl
|
||||
openssl
|
||||
@@ -33,6 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "Tools for capturing wlan traffic and conversion to hashcat and John the Ripper formats";
|
||||
homepage = "https://github.com/ZerBea/hcxtools";
|
||||
changelog = "https://github.com/ZerBea/hcxtools/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ dywedir ];
|
||||
|
||||
Reference in New Issue
Block a user