kubetui: 1.6.2 -> 1.7.0 (#394208)

Co-authored-by: Bot-wxt1221 <3264117476@qq.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-29 07:58:11 +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.6.2";
version = "1.7.0";
src = fetchFromGitHub {
owner = "sarub0b0";
repo = "kubetui";
tag = "v${version}";
hash = "sha256-sEl/hkGn9X0NArCMA1Nr+KM5mR8ZXAl4hBiU8zGaS0U=";
hash = "sha256-p7NPHOmeDzZ8OlVnpOOoTksWbWcnKlzsXu/mYmMU4l4=";
};
checkFlags = [
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
]
);
useFetchCargoVendor = true;
cargoHash = "sha256-1wc2mXX2NQdFaygukeaSDn6qHUaBcTRvCo0uSX289s0=";
cargoHash = "sha256-fMrlZMe2uD+ImM6zPXzo/+/Eto2MeIyscYfU8msLJFw=";
meta = {
homepage = "https://github.com/sarub0b0/kubetui";