10 buildPythonPackage rec {
11 pname = "pysigma-pipeline-sysmon";
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
19 repo = "pySigma-pipeline-sysmon";
20 rev = "refs/tags/v${version}";
21 hash = "sha256-5CDwevzD6R1nIcID6C5PV+i6pwY2CLakRC6NUXtmPs8=";
28 propagatedBuildInputs = [
36 pythonImportsCheck = [
37 "sigma.pipelines.sysmon"
41 description = "Library to support Sysmon pipeline for pySigma";
42 homepage = "https://github.com/SigmaHQ/pySigma-pipeline-sysmon";
43 license = with licenses; [ lgpl21Only ];
44 maintainers = with maintainers; [ fab ];