Merge pull request #258865 from r-ryantm/auto-update/kdash

kdash: 0.4.2 -> 0.4.3

authored by

Matthias Beyer and committed by
GitHub
27398bd1 f8c41a45

+3 -3
+3 -3
pkgs/development/tools/kdash/default.nix
··· 12 12 13 13 rustPlatform.buildRustPackage rec { 14 14 pname = "kdash"; 15 - version = "0.4.2"; 15 + version = "0.4.3"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "kdash-rs"; 19 19 repo = pname; 20 20 rev = "v${version}"; 21 - sha256 = "sha256-PjkRE4JWDxiDKpENN/yDnO45CegxLPov/EhxnUbmpOg="; 21 + sha256 = "sha256-1vBa6BAn9+T1C3ZxseMvLQHIlU0WUYShUQE3YKleoc4="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ perl python3 pkg-config ]; ··· 26 26 buildInputs = [ openssl xorg.xcbutil ] 27 27 ++ lib.optional stdenv.isDarwin AppKit; 28 28 29 - cargoHash = "sha256-nCFXhAaVrIkm6XOSa1cDCxukbf/CVmwPEu6gk7VybVQ="; 29 + cargoHash = "sha256-dtuUkS5Je8u4DcjNgQFVVX+ACP0RBLXUYNB+EwKajzo="; 30 30 31 31 meta = with lib; { 32 32 description = "A simple and fast dashboard for Kubernetes";