summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-03-26 17:21:16 +0100
committerGitHub <noreply@github.com>2021-03-26 17:21:16 +0100
commitca0f54fe7e0375fea194c4e4297fb4a73e95d219 (patch)
tree10a88f1deb9273f8d7de6dfec8265f8943f4638e /pkgs/top-level
parent8507a705bbd61053f255c5cde1371175b4ef39e5 (diff)
parent23ebec9f7b762a25964f2cc41daf7f59d943fa02 (diff)
Merge pull request #117701 from fabaff/pwncat
pwncat: init at 0.1.0
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index c23ffb81235e..a01379aed451 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -29706,6 +29706,8 @@ in
pyupgrade = with python3Packages; toPythonApplication pyupgrade;
+ pwncat = python3Packages.callPackage ../tools/security/pwncat { };
+
pwntools = with python3Packages; toPythonApplication pwntools;
uae = callPackage ../misc/emulators/uae { };