Skip to content

Commit eaa6858

Browse files
authored
kubetui: 1.7.0 -> 1.7.1 (#405815)
2 parents 746a37c + 90c0380 commit eaa6858

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
@@ -6,21 +6,21 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "kubetui";
9-
version = "1.7.0";
9+
version = "1.7.1";
1010

1111
src = fetchFromGitHub {
1212
owner = "sarub0b0";
1313
repo = "kubetui";
1414
tag = "v${version}";
15-
hash = "sha256-p7NPHOmeDzZ8OlVnpOOoTksWbWcnKlzsXu/mYmMU4l4=";
15+
hash = "sha256-CtKckAmvXdH+CU+nV1hNGhemOCj5HRkAEQDSMD32CFE=";
1616
};
1717

1818
checkFlags = [
1919
"--skip=workers::kube::store::tests::kubeconfigからstateを生成"
2020
];
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-fMrlZMe2uD+ImM6zPXzo/+/Eto2MeIyscYfU8msLJFw=";
23+
cargoHash = "sha256-+O22eo2vj4WLbSQoUfGOOfp2a43j2RrVXvB7CmYRA1o=";
2424

2525
meta = {
2626
homepage = "https://github.com/sarub0b0/kubetui";

0 commit comments

Comments
 (0)