Merge pull request #250202 from r-ryantm/auto-update/python310Packages.pysigma-backend-insightidr

python310Packages.pysigma-backend-insightidr: 0.2.1 -> 0.2.2
This commit is contained in:
Matthias Beyer 2023-08-19 18:47:34 +02:00 committed by GitHub
commit ca3c9ac9f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pysigma-backend-insightidr";
version = "0.2.1";
version = "0.2.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "SigmaHQ";
repo = "pySigma-backend-insightidr";
rev = "refs/tags/v${version}";
hash = "sha256-0VBnbThEkGhpxkGNBop0rPYn0NujyrK+ei/2+2f3Wno=";
hash = "sha256-B42MADteF0+GC/CPJPLaTGdGcQjC8KEsK9u3tBmtObg=";
};
nativeBuildInputs = [