11 buildPythonPackage rec {
12 pname = "pysigma-backend-insightidr";
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
20 repo = "pySigma-backend-insightidr";
21 rev = "refs/tags/v${version}";
22 hash = "sha256-B42MADteF0+GC/CPJPLaTGdGcQjC8KEsK9u3tBmtObg=";
30 propagatedBuildInputs = [
42 pythonImportsCheck = [
43 "sigma.backends.insight_idr"
44 "sigma.pipelines.insight_idr"
48 description = "Library to support the Rapid7 InsightIDR backend for pySigma";
49 homepage = "https://github.com/SigmaHQ/pySigma-backend-insightidr";
50 license = with licenses; [ lgpl21Only ];
51 maintainers = with maintainers; [ fab ];