diff --git a/pkgs/tools/security/trueseeing/default.nix b/pkgs/tools/security/trueseeing/default.nix index 49b12c3c9d2..d1014bd3677 100644 --- a/pkgs/tools/security/trueseeing/default.nix +++ b/pkgs/tools/security/trueseeing/default.nix @@ -31,7 +31,8 @@ python3.pkgs.buildPythonApplication rec { postPatch = '' substituteInPlace pyproject.toml \ - --replace "attrs~=21.4" "attrs>=21.4" + --replace "attrs~=21.4" "attrs>=21.4" \ + --replace "docker~=5.0.3" "docker" ''; # Project has no tests