Skip to content

Commit 1b4bbbc

Browse files
authored
kubectl-view-allocations: 0.22.0 -> 0.22.1 (#419890)
2 parents a64e3f5 + b05f505 commit 1b4bbbc

File tree

1 file changed

+3
-3
lines changed
  • pkgs/applications/networking/cluster/kubectl-view-allocations

1 file changed

+3
-3
lines changed

pkgs/applications/networking/cluster/kubectl-view-allocations/default.nix

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

99
rustPlatform.buildRustPackage rec {
1010
pname = "kubectl-view-allocations";
11-
version = "0.22.0";
11+
version = "0.22.1";
1212

1313
src = fetchFromGitHub {
1414
owner = "davidB";
1515
repo = "kubectl-view-allocations";
1616
tag = version;
17-
hash = "sha256-MwTncyfR6knXss83sd3u879YRFUxWdDyNLpQO40sZ9c=";
17+
hash = "sha256-6kHeILapewfyJjp5Xtq0rK5eHf8jymvc5xFGW8Qi9VU=";
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-bbNjOMShJMCWEcxU8F+R1BC6fqlLe2AK0y3N00HXjts=";
21+
cargoHash = "sha256-evxwaZkToAjVvrnvOmz3HpOi+976sxPCOIlR8rmpYyo=";
2222

2323
doInstallCheck = true;
2424
nativeInstallCheckInputs = [ versionCheckHook ];

0 commit comments

Comments
 (0)