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 a64e3f5 + b05f505 commit 1b4bbbcCopy full SHA for 1b4bbbc
pkgs/applications/networking/cluster/kubectl-view-allocations/default.nix
@@ -8,17 +8,17 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "kubectl-view-allocations";
11
- version = "0.22.0";
+ version = "0.22.1";
12
13
src = fetchFromGitHub {
14
owner = "davidB";
15
repo = "kubectl-view-allocations";
16
tag = version;
17
- hash = "sha256-MwTncyfR6knXss83sd3u879YRFUxWdDyNLpQO40sZ9c=";
+ hash = "sha256-6kHeILapewfyJjp5Xtq0rK5eHf8jymvc5xFGW8Qi9VU=";
18
};
19
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-bbNjOMShJMCWEcxU8F+R1BC6fqlLe2AK0y3N00HXjts=";
+ cargoHash = "sha256-evxwaZkToAjVvrnvOmz3HpOi+976sxPCOIlR8rmpYyo=";
22
23
doInstallCheck = true;
24
nativeInstallCheckInputs = [ versionCheckHook ];
0 commit comments