Skip to content

Commit f17ff42

Browse files
Merge pull request #283564 from r-ryantm/auto-update/kdash
kdash: 0.4.7 -> 0.5.0
2 parents ed6610e + 93f9595 commit f17ff42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/tools/kdash/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212

1313
rustPlatform.buildRustPackage rec {
1414
pname = "kdash";
15-
version = "0.4.7";
15+
version = "0.5.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "kdash-rs";
1919
repo = pname;
2020
rev = "v${version}";
21-
sha256 = "sha256-KQ1SLnXtox/bIV32guEfC2LSt8LDWGSG5b9i0gqS2Yc=";
21+
sha256 = "sha256-Vk0Pf5uF9AANv/vf32ZrICJJTp6QRsR/nFW40xnkImo=";
2222
};
2323

2424
nativeBuildInputs = [ perl python3 pkg-config ];
2525

2626
buildInputs = [ openssl xorg.xcbutil ]
2727
++ lib.optional stdenv.isDarwin AppKit;
2828

29-
cargoHash = "sha256-bgS93o654xDVz2OMFy1mwxCKQESV8MPZ4Mjb0IdypLU=";
29+
cargoHash = "sha256-gY4ywjTokEc5Uv4InARH2s3WYiPGYSDDWk2kltyQa+0=";
3030

3131
meta = with lib; {
3232
description = "A simple and fast dashboard for Kubernetes";

0 commit comments

Comments
 (0)