8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 hash = "sha256-E3oL6XAp9N0ptDTpGBd6pmg4DJx9GDJv3ZSbkc6at60=";
18 cargoHash = "sha256-S2F9oVPZH52luSsFUlQCLANPJudjJvecv8S6BBUnC78=";
20 # this integration test depends on a running kubernetes cluster
21 "--skip=k8s::tests::test_get_pod_list"
22 "--skip=k8s::tests::test_get_pod_list_for_resource"
26 description = "Tool to tail logs of multiple Kubernetes pods simultaneously";
27 homepage = "https://github.com/tobifroe/klog";
28 changelog = "https://github.com/tobifroe/klog/releases/tag/${version}";
29 license = lib.licenses.mit;
31 maintainers = with lib.maintainers; [ tobifroe ];
32 broken = stdenv.hostPlatform.isDarwin;