Merge pull request #259194 from matthiasbeyer/update-kdash

kdash: 0.4.3 -> 0.4.4

authored by

Matthias Beyer and committed by
GitHub
9957cd48 3c1857b6

+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.3"; 15 + version = "0.4.4"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "kdash-rs"; 19 19 repo = pname; 20 20 rev = "v${version}"; 21 - sha256 = "sha256-1vBa6BAn9+T1C3ZxseMvLQHIlU0WUYShUQE3YKleoc4="; 21 + sha256 = "sha256-gjGBhfdTFkFxxdovG9svIZr13JBNBGYPt9TLs3oJXP8="; 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-dtuUkS5Je8u4DcjNgQFVVX+ACP0RBLXUYNB+EwKajzo="; 29 + cargoHash = "sha256-Nt1Nc8V+R7KLxiB/l5QAh2qv7cIdwtytVpACxO2aPHg="; 30 30 31 31 meta = with lib; { 32 32 description = "A simple and fast dashboard for Kubernetes";