hcxtools 6.2.9 -> 6.3.0 https://repology.org/project/hcxtools/versions attrpath: hcxtools Checking auto update branch... No auto update branch exists Old version 6.2.9" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, pkg-config, curl, openssl, zlib }: stdenv.mkDerivation rec { pname = "hcxtools"; version = "6.3.0"; src = fetchFromGitHub { owner = "ZerBea"; repo = pname; rev = version; sha256 = "sha256-p1G+Kxh0OfTRDTSBl2NxhRrQYsehGuCxmGU87CBjyW0="; }; nativeBuildInputs = [ pkg-config ]; buildInputs = [ curl openssl zlib ]; makeFlags = [ "PREFIX=${placeholder "out"}" ]; meta = with lib; { description = "Tools for capturing wlan traffic and conversion to hashcat and John the Ripper formats"; homepage = "https://github.com/ZerBea/hcxtools"; license = licenses.mit; platforms = platforms.linux; maintainers = with maintainers; [ dywedir ]; }; }