Loading pkgs/by-name/ne/netexec/package.nix +2 −5 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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"; Loading Loading
pkgs/by-name/ne/netexec/package.nix +2 −5 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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"; Loading