hcxtools: modernize

This commit is contained in:
Fabian Affolter
2026-06-09 12:33:54 +02:00
parent 5033b3f585
commit a9e2ef301c
+4 -2
View File
@@ -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 ];