Merge pull request #296449 from mrene/kubectl-view-allocations-0.18.1

kubectl-view-allocations: 0.16.3 -> 0.18.1
This commit is contained in:
Peder Bergebakken Sundt 2024-04-06 20:51:50 +02:00 committed by GitHub
commit 65bb13f01e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = ''