Unverified Commit 517cbcb1 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

netexec: 1.5.0 -> 1.5.1 (#494866)

parents 7ca6c0e1 6e8f7f95
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -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";