13 rustPlatform.buildRustPackage rec {
17 src = fetchFromGitHub {
21 sha256 = "sha256-gjGBhfdTFkFxxdovG9svIZr13JBNBGYPt9TLs3oJXP8=";
24 nativeBuildInputs = [ perl python3 pkg-config ];
26 buildInputs = [ openssl xorg.xcbutil ]
27 ++ lib.optional stdenv.isDarwin AppKit;
29 cargoHash = "sha256-Nt1Nc8V+R7KLxiB/l5QAh2qv7cIdwtytVpACxO2aPHg=";
32 description = "A simple and fast dashboard for Kubernetes";
33 homepage = "https://github.com/kdash-rs/kdash";
34 license = with licenses; [ mit ];
35 maintainers = with maintainers; [ matthiasbeyer ];