netexec: 1.5.0 -> 1.5.1 (#494866)

This commit is contained in:
Nick Cao
2026-02-27 21:39:45 +00:00
committed by GitHub
+2 -5
View File
@@ -28,14 +28,14 @@ let
in
python.pkgs.buildPythonApplication (finalAttrs: {
pname = "netexec";
version = "1.5.0";
version = "1.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Pennyw0rth";
repo = "NetExec";
tag = "v${finalAttrs.version}";
hash = "sha256-gGyaEifIveoeVdeviLiQ6ZIHku//h9Hp84ffktAgxDY=";
hash = "sha256-BKqBmpA2cSKwC9zX++Z6yTSDIyr4iZVGC/Eea6zoMLQ=";
};
pythonRelaxDeps = true;
@@ -103,9 +103,6 @@ python.pkgs.buildPythonApplication (finalAttrs: {
nativeCheckInputs = with python.pkgs; [ pytestCheckHook ] ++ [ writableTmpDirAsHomeHook ];
# Tests no longer works out-of-box with 1.3.0
doCheck = false;
meta = {
description = "Network service exploitation tool (maintained fork of CrackMapExec)";
homepage = "https://github.com/Pennyw0rth/NetExec";