python312Packages.pysigma-pipeline-crowdstrike: 2.0.0 -> 2.0.1

This commit is contained in:
R. Ryantm 2024-11-30 22:11:06 +00:00
parent dfd6a4a50f
commit c3af24e559

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pysigma-pipeline-crowdstrike";
version = "2.0.0";
version = "2.0.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "SigmaHQ";
repo = "pySigma-pipeline-crowdstrike";
rev = "refs/tags/v${version}";
hash = "sha256-9rYTBMVb664R9heOw/N/PUFotwOP1avdPUjPDhICkVU=";
hash = "sha256-WYgT0tRXdSR4qJA7UHotPn9qfnpaIJaqASBXVDG1kOU=";
};
build-system = [ poetry-core ];