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