summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-12 21:56:57 +0100
committerGitHub <noreply@github.com>2022-03-12 21:56:57 +0100
commite167cb80f673c40acc6a674073fcfe036ebb3ad4 (patch)
tree7004bcc83a58ac08b05fbeef1ac678e18525fc9f /pkgs/tools/security
parentedb8c4d82a71f46613b5f66c9a9303190481a2aa (diff)
parent06b3a5ac7de61529914f1ca360cac6605b8db4f9 (diff)
downloadnixpkgs-e167cb80f673c40acc6a674073fcfe036ebb3ad4.tar
nixpkgs-e167cb80f673c40acc6a674073fcfe036ebb3ad4.tar.gz
nixpkgs-e167cb80f673c40acc6a674073fcfe036ebb3ad4.tar.bz2
nixpkgs-e167cb80f673c40acc6a674073fcfe036ebb3ad4.tar.lz
nixpkgs-e167cb80f673c40acc6a674073fcfe036ebb3ad4.tar.xz
nixpkgs-e167cb80f673c40acc6a674073fcfe036ebb3ad4.tar.zst
nixpkgs-e167cb80f673c40acc6a674073fcfe036ebb3ad4.zip
Merge pull request #163894 from fabaff/fix-expliot
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/expliot/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/tools/security/expliot/default.nix b/pkgs/tools/security/expliot/default.nix
index 848ee536380..eb5fd03416f 100644
--- a/pkgs/tools/security/expliot/default.nix
+++ b/pkgs/tools/security/expliot/default.nix
@@ -26,7 +26,7 @@ buildPythonApplication rec {
     owner = "expliot_framework";
     repo = pname;
     rev = version;
-    sha256 = "sha256-7Cuj3YKKwDxP2KKueJR9ZO5Bduv+lw0Y87Rw4b0jbGY=";
+    hash = "sha256-7Cuj3YKKwDxP2KKueJR9ZO5Bduv+lw0Y87Rw4b0jbGY=";
   };
 
   propagatedBuildInputs = [
@@ -51,7 +51,10 @@ buildPythonApplication rec {
   postPatch = ''
     # https://gitlab.com/expliot_framework/expliot/-/merge_requests/113
     substituteInPlace setup.py \
-      --replace "pynetdicom>=1.5.1,<2" "pynetdicom>=2,<3"
+      --replace "pynetdicom>=1.5.1,<2" "pynetdicom>=2,<3" \
+      --replace "cryptography>=3.0,<4" "cryptography>=35,<40" \
+      --replace "python-can>=3.3.3,<4" "python-can>=3.3.3,<5" \
+      --replace "pyparsing>=2.4.7,<3" "pyparsing>=2.4.7,<4"
   '';
 
   # Project has no tests