Skip to content

Commit 6f65613

Browse files
kubetui: 1.6.0 -> 1.6.2 (NixOS#389064)
Co-authored-by: Bot-wxt1221 <[email protected]>
2 parents 8a946fb + 921f2b2 commit 6f65613

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ku/kubetui/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "kubetui";
11-
version = "1.6.0";
11+
version = "1.6.2";
1212

1313
src = fetchFromGitHub {
1414
owner = "sarub0b0";
1515
repo = "kubetui";
1616
tag = "v${version}";
17-
hash = "sha256-GCtcAoN/RjgaspTIR51TJQV2xT3dcVIFazITKVy7qYY=";
17+
hash = "sha256-sEl/hkGn9X0NArCMA1Nr+KM5mR8ZXAl4hBiU8zGaS0U=";
1818
};
1919

2020
checkFlags = [
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
2929
]
3030
);
3131
useFetchCargoVendor = true;
32-
cargoHash = "sha256-bRznReljcnRRn2PsOukFHV634CkBByJZxJVyGL4f/10=";
32+
cargoHash = "sha256-1wc2mXX2NQdFaygukeaSDn6qHUaBcTRvCo0uSX289s0=";
3333

3434
meta = {
3535
homepage = "https://github.com/sarub0b0/kubetui";

0 commit comments

Comments
 (0)