kdash: 0.6.1 -> 0.6.2

This commit is contained in:
R. Ryantm
2025-03-05 07:36:47 +00:00
parent d325772e9e
commit cb2884204a
+3 -3
View File
@@ -13,13 +13,13 @@
rustPlatform.buildRustPackage rec {
pname = "kdash";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "kdash-rs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-IpF5uXRxHBmfWkBBJjNvDsyQG5nzFjKbCmmGpG3howo=";
sha256 = "sha256-fFpdWVoeWycnp/hRw2S+hYpnXYmCs+rLqcZdmSSMGwI=";
};
nativeBuildInputs = [
@@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
] ++ lib.optional stdenv.hostPlatform.isDarwin AppKit;
useFetchCargoVendor = true;
cargoHash = "sha256-NRFTrSH2aorBqsvBOTqfKmer5tXEEF1ZMUtlMfZ6vD8=";
cargoHash = "sha256-72DuM64wj8WW6soagodOFIeHvVn1CPpb1T3Y7GQYsbs=";
meta = with lib; {
description = "Simple and fast dashboard for Kubernetes";