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