11 src = fetchFromGitHub {
14 rev = "refs/tags/v${version}";
15 hash = "sha256-0cg2o98BcE4H6EW/yAkJOJtIJXEq2cFG6pNaRPtQofo=";
18 vendorHash = "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 changelog = "https://github.com/cdk-team/CDK/releases/tag/v${version}";
27 license = with licenses; [ gpl2Only ];
28 maintainers = with maintainers; [ fab ];
30 broken = stdenv.hostPlatform.isDarwin; # needs to update gopsutil to at least v3.21.3 to include https://github.com/shirou/gopsutil/pull/1042