about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-06-08 09:07:32 +0200
committerGitHub <noreply@github.com>2022-06-08 09:07:32 +0200
commit22f9b5bc0f8dbf58c100ffeb937264a5832facf4 (patch)
treecce392dfc8c2b0fc195198b5fb26b51e12bcfa77 /pkgs/tools
parent41ed817274e53c8cf223270923b698b00a9da903 (diff)
parent311f2101d900befde5ff41b4fb71bfc99cf618ba (diff)
Merge pull request #176713 from fabaff/pysigma-bump
python310Packages.pysigma: 0.5.2 -> 0.6.2
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/sigma-cli/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/security/sigma-cli/default.nix b/pkgs/tools/security/sigma-cli/default.nix
index 6f2ac26ebdc2e..5a3ed90a41824 100644
--- a/pkgs/tools/security/sigma-cli/default.nix
+++ b/pkgs/tools/security/sigma-cli/default.nix
@@ -36,7 +36,8 @@ python3.pkgs.buildPythonApplication rec {
 
   postPatch = ''
     substituteInPlace pyproject.toml \
-      --replace 'prettytable = "^3.1.1"' 'prettytable = "*"'
+      --replace 'prettytable = "^3.1.1"' 'prettytable = "*"' \
+      --replace 'pysigma = "^0.5.0"' 'pysigma = "*"'
   '';
 
   pythonImportsCheck = [