kubetui: 1.5.4 -> 1.6.0

This commit is contained in:
R. Ryantm
2025-01-07 13:28:16 +00:00
parent fb74d2e522
commit 980bf8e98d
+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";