summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-05-04 08:46:19 +0200
committerMatthias Beyer <mail@beyermatthias.de>2022-05-04 08:46:19 +0200
commit562fdfd04ea1565bb079a3aa29abef4be9df6018 (patch)
treec6a94ad6b1525a96f554f5fa07703b7104c02581
parent01ede6f1baec0ac450832cd80b571425a791f6f3 (diff)
kdash: 0.2.4 -> 0.3.1add-kdash
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--pkgs/development/tools/kdash/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/kdash/default.nix b/pkgs/development/tools/kdash/default.nix
index 79beb161b58a..90bd304c87c3 100644
--- a/pkgs/development/tools/kdash/default.nix
+++ b/pkgs/development/tools/kdash/default.nix
@@ -10,20 +10,20 @@
rustPlatform.buildRustPackage rec {
pname = "kdash";
- version = "0.2.4";
+ version = "0.3.1";
src = fetchFromGitHub {
owner = "kdash-rs";
repo = pname;
rev = "v${version}";
- sha256 = "09f9qkab2scass4p2vxkhyqslcf32kvpxi1zfa23p72v681jp0c8";
+ sha256 = "08ca638kvs98xhbc9g1szw0730cjk9g01qqaja8j413n2h1pr8yq";
};
nativeBuildInputs = [ perl python3 pkg-config ];
buildInputs = [ openssl xorg.xcbutil ];
- cargoSha256 = "0jbyvjgxcjw610nd2i6d3jfmhv1lwsl8ss4fd3kwczsms28frx5c";
+ cargoSha256 = "0nb554y8r7gvw7ls6gnrg98xxbws0mc6zdsc6ss3p2x9z8xwx204";
meta = with lib; {
description = "A simple and fast dashboard for Kubernetes";