kubectl-view-allocations: 0.16.3 -> 0.18.1

This commit is contained in:
Mathieu Rene 2024-03-16 11:13:09 -04:00
parent 72ceff6228
commit faa50307c8
2 changed files with 755 additions and 749 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,13 +8,13 @@
rustPlatform.buildRustPackage rec {
pname = "kubectl-view-allocations";
version = "0.16.3";
version = "0.18.1";
src = fetchFromGitHub {
owner = "davidB";
repo = pname;
rev = version;
sha256 = "sha256-udi39j/K4Wsxva171i7mMUQ6Jb8Ny2IEHfldt3B8IoY=";
sha256 = "sha256-BM0TLzoXQg3m5fdQEnO/tErW8xmuljo74GprwEgJN8o=";
};
postPatch = ''