We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a946fb + 921f2b2 commit 6f65613Copy full SHA for 6f65613
pkgs/by-name/ku/kubetui/package.nix
@@ -8,13 +8,13 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "kubetui";
11
- version = "1.6.0";
+ version = "1.6.2";
12
13
src = fetchFromGitHub {
14
owner = "sarub0b0";
15
repo = "kubetui";
16
tag = "v${version}";
17
- hash = "sha256-GCtcAoN/RjgaspTIR51TJQV2xT3dcVIFazITKVy7qYY=";
+ hash = "sha256-sEl/hkGn9X0NArCMA1Nr+KM5mR8ZXAl4hBiU8zGaS0U=";
18
};
19
20
checkFlags = [
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
29
]
30
);
31
useFetchCargoVendor = true;
32
- cargoHash = "sha256-bRznReljcnRRn2PsOukFHV634CkBByJZxJVyGL4f/10=";
+ cargoHash = "sha256-1wc2mXX2NQdFaygukeaSDn6qHUaBcTRvCo0uSX289s0=";
33
34
meta = {
35
homepage = "https://github.com/sarub0b0/kubetui";
0 commit comments