python310Packages.pysigma-backend-insightidr: 0.2.1 -> 0.2.2

+2 -2
+2 -2
pkgs/development/python-modules/pysigma-backend-insightidr/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "pysigma-backend-insightidr"; 13 - version = "0.2.1"; 13 + version = "0.2.2"; 14 14 format = "pyproject"; 15 15 16 16 disabled = pythonOlder "3.8"; ··· 19 19 owner = "SigmaHQ"; 20 20 repo = "pySigma-backend-insightidr"; 21 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-0VBnbThEkGhpxkGNBop0rPYn0NujyrK+ei/2+2f3Wno="; 22 + hash = "sha256-B42MADteF0+GC/CPJPLaTGdGcQjC8KEsK9u3tBmtObg="; 23 23 }; 24 24 25 25 nativeBuildInputs = [