kubetui: 1.5.4 -> 1.6.0 (#371805)

Co-authored-by: Bot-wxt1221 <3264117476@qq.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-07 13:45:29 +00:00
committed by GitHub
co-authored by Bot-wxt1221
+3 -3
View File
@@ -8,13 +8,13 @@
rustPlatform.buildRustPackage rec {
pname = "kubetui";
version = "1.5.4";
version = "1.6.0";
src = fetchFromGitHub {
owner = "sarub0b0";
repo = "kubetui";
tag = "v${version}";
hash = "sha256-Trgc3T+01u1izePfM0wPjer3IrA6PtIGsK+syEzs0V8=";
hash = "sha256-GCtcAoN/RjgaspTIR51TJQV2xT3dcVIFazITKVy7qYY=";
};
checkFlags = [
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
frameworks.AppKit
]
);
cargoHash = "sha256-f9JrowyZx4NvfGJSU/HjyTfWKhkAANNfUgcK9CRPW7I=";
cargoHash = "sha256-rS4P4CJ1V1Bq4lsprYEWhff9b1EqQ/6ytyjJs9DCrY0=";
meta = {
homepage = "https://github.com/sarub0b0/kubetui";