about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-10-04 08:54:20 +0200
committerGitHub <noreply@github.com>2023-10-04 08:54:20 +0200
commit27398bd14e8db8e65ab98091ab6936088a8b68eb (patch)
tree26f2913a47758d3ea895d0a179c93fea3d428368 /pkgs
parentf8c41a45026eea49a7c0fb4d02b77b73679054d6 (diff)
parent4d0ff927485201e8d578d9ce51589e9a440dcd61 (diff)
Merge pull request #258865 from r-ryantm/auto-update/kdash
kdash: 0.4.2 -> 0.4.3
Diffstat (limited to 'pkgs')
-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 0269598a3e90d..a4917cbe2266c 100644
--- a/pkgs/development/tools/kdash/default.nix
+++ b/pkgs/development/tools/kdash/default.nix
@@ -12,13 +12,13 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "kdash";
-  version = "0.4.2";
+  version = "0.4.3";
 
   src = fetchFromGitHub {
     owner = "kdash-rs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-PjkRE4JWDxiDKpENN/yDnO45CegxLPov/EhxnUbmpOg=";
+    sha256 = "sha256-1vBa6BAn9+T1C3ZxseMvLQHIlU0WUYShUQE3YKleoc4=";
   };
 
   nativeBuildInputs = [ perl python3 pkg-config ];
@@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
   buildInputs = [ openssl xorg.xcbutil ]
     ++ lib.optional stdenv.isDarwin AppKit;
 
-  cargoHash = "sha256-nCFXhAaVrIkm6XOSa1cDCxukbf/CVmwPEu6gk7VybVQ=";
+  cargoHash = "sha256-dtuUkS5Je8u4DcjNgQFVVX+ACP0RBLXUYNB+EwKajzo=";
 
   meta = with lib; {
     description = "A simple and fast dashboard for Kubernetes";