11 src = fetchFromGitHub {
15 sha256 = "sha256-17LeHYhOhRt6s9Hhb5yhCUUdauVgYHI4QCUPoPMr4DI=";
18 vendorSha256 = "sha256-aJN/d/BxmleRXKw6++k6e0Vb0Gs5zg1QfakviABYTog=";
20 # At least one test is outdated
24 description = "Container penetration toolkit";
25 homepage = "https://github.com/cdk-team/CDK";
26 license = with licenses; [ gpl2Only ];
27 maintainers = with maintainers; [ fab ];
29 broken = stdenv.isDarwin; # needs to update gopsutil to at least v3.21.3 to include https://github.com/shirou/gopsutil/pull/1042