about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-08-15 19:18:42 +0200
committerGitHub <noreply@github.com>2022-08-15 19:18:42 +0200
commit90600f6a76c5314db3b20f5e3e735f4e75abc681 (patch)
tree1c7d94d88c63ff9d0fcabf6cd1a30a9c5518041c
parent786f72c32e2a05528ae546ce48da2db2dc7facce (diff)
parent7001e052e99e35e8d77272a361d3045402f167ce (diff)
Merge pull request #186776 from anthonyroussel/ioccheck
ioccheck: fix build
-rw-r--r--pkgs/tools/security/ioccheck/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/security/ioccheck/default.nix b/pkgs/tools/security/ioccheck/default.nix
index 8dd833f9d28fb..439567ecb0386 100644
--- a/pkgs/tools/security/ioccheck/default.nix
+++ b/pkgs/tools/security/ioccheck/default.nix
@@ -74,7 +74,8 @@ buildPythonApplication rec {
     # Can be removed with the next release
     substituteInPlace pyproject.toml \
       --replace '"hurry.filesize" = "^0.9"' "" \
-      --replace 'vt-py = ">=0.6.1,<0.8.0"' 'vt-py = ">=0.6.1"'
+      --replace 'vt-py = ">=0.6.1,<0.8.0"' 'vt-py = ">=0.6.1"' \
+      --replace 'backoff = "^1.10.0"' 'backoff = ">=1.10.0"'
   '';
 
   pythonImportsCheck = [