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 746a37c + 90c0380 commit eaa6858Copy full SHA for eaa6858
pkgs/by-name/ku/kubetui/package.nix
@@ -6,21 +6,21 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "kubetui";
9
- version = "1.7.0";
+ version = "1.7.1";
10
11
src = fetchFromGitHub {
12
owner = "sarub0b0";
13
repo = "kubetui";
14
tag = "v${version}";
15
- hash = "sha256-p7NPHOmeDzZ8OlVnpOOoTksWbWcnKlzsXu/mYmMU4l4=";
+ hash = "sha256-CtKckAmvXdH+CU+nV1hNGhemOCj5HRkAEQDSMD32CFE=";
16
};
17
18
checkFlags = [
19
"--skip=workers::kube::store::tests::kubeconfigからstateを生成"
20
];
21
22
useFetchCargoVendor = true;
23
- cargoHash = "sha256-fMrlZMe2uD+ImM6zPXzo/+/Eto2MeIyscYfU8msLJFw=";
+ cargoHash = "sha256-+O22eo2vj4WLbSQoUfGOOfp2a43j2RrVXvB7CmYRA1o=";
24
25
meta = {
26
homepage = "https://github.com/sarub0b0/kubetui";
0 commit comments