crackmapexec: 5.3.0 -> 5.4.0

Changelog: https://github.com/Porchetta-Industries/CrackMapExec/releases/tag/v5.4.0
This commit is contained in:
Fabian Affolter 2022-11-22 23:54:53 +01:00
parent 9746690d4a
commit 9161d4a8fc

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "crackmapexec";
version = "5.3.0";
version = "5.4.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "byt3bl33d3r";
owner = "Porchetta-Industries";
repo = "CrackMapExec";
rev = "v${version}";
hash = "sha256-wPS1PCvR9Ffp0r9lZZkFATt+i+eR5ap16HzLWDZbJKI=";
rev = "refs/tags/v${version}";
hash = "sha256-V2n840QyLofTfQE4vtFYGfQwl65sklp+KfNS9RCLvI8=";
};
nativeBuildInputs = with python3.pkgs; [
@ -27,6 +27,7 @@ python3.pkgs.buildPythonApplication rec {
dsinternals
impacket
lsassy
masky
msgpack
neo4j
paramiko
@ -56,7 +57,8 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Tool for pentesting networks";
homepage = "https://github.com/byt3bl33d3r/CrackMapExec";
homepage = "https://github.com/Porchetta-Industries/CrackMapExec";
changelog = "https://github.com/Porchetta-Industries/CrackMapExec/releases/tag/v${version}";
license = with licenses; [ bsd2 ];
maintainers = with maintainers; [ fab ];
mainProgram = "cme";