File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/tools/kdash Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212
1313rustPlatform . 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" ;
You can’t perform that action at this time.
0 commit comments