about summary refs log tree commit diff
path: root/pkgs/tools/security/ioccheck
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2022-08-15 11:53:53 +0200
committerAnthony Roussel <anthony@roussel.dev>2022-08-15 11:53:53 +0200
commit7001e052e99e35e8d77272a361d3045402f167ce (patch)
tree0e6181597e05df862042f42c6b29ddac5ae55f9b /pkgs/tools/security/ioccheck
parentfef814505e6e670c1850499a012f2dc1a54344e6 (diff)
ioccheck: fix build
Diffstat (limited to 'pkgs/tools/security/ioccheck')
-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 = [