Loading pkgs/by-name/si/sigma-cli/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -6,14 +6,14 @@ python3.pkgs.buildPythonApplication rec { pname = "sigma-cli"; version = "1.0.4"; version = "1.0.5"; pyproject = true; src = fetchFromGitHub { owner = "SigmaHQ"; repo = "sigma-cli"; tag = "v${version}"; hash = "sha256-bBKNKgS3V/sZ8lZMk2ZwTzOVaVecSR9GhNP2FNkWbw0="; hash = "sha256-ywf7k2RsrAMUrDUv1nxTEixmP+NjtIyuBDhj4l9ZQCE="; }; postPatch = '' Loading @@ -38,7 +38,10 @@ python3.pkgs.buildPythonApplication rec { pysigma-pipeline-windows ]; nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ]; nativeCheckInputs = with python3.pkgs; [ pytest-cov-stub pytestCheckHook ]; disabledTests = [ "test_plugin_list" Loading Loading
pkgs/by-name/si/sigma-cli/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -6,14 +6,14 @@ python3.pkgs.buildPythonApplication rec { pname = "sigma-cli"; version = "1.0.4"; version = "1.0.5"; pyproject = true; src = fetchFromGitHub { owner = "SigmaHQ"; repo = "sigma-cli"; tag = "v${version}"; hash = "sha256-bBKNKgS3V/sZ8lZMk2ZwTzOVaVecSR9GhNP2FNkWbw0="; hash = "sha256-ywf7k2RsrAMUrDUv1nxTEixmP+NjtIyuBDhj4l9ZQCE="; }; postPatch = '' Loading @@ -38,7 +38,10 @@ python3.pkgs.buildPythonApplication rec { pysigma-pipeline-windows ]; nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ]; nativeCheckInputs = with python3.pkgs; [ pytest-cov-stub pytestCheckHook ]; disabledTests = [ "test_plugin_list" Loading