Merge pull request #217049 from r-ryantm/auto-update/kube-capacity

kube-capacity: 0.7.3 -> 0.7.4
This commit is contained in:
Nick Cao 2023-02-19 09:44:01 +08:00 committed by GitHub
commit 4c20e3f468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kube-capacity";
version = "0.7.3";
version = "0.7.4";
src = fetchFromGitHub {
rev = "v${version}";
owner = "robscott";
repo = pname;
sha256 = "sha256-lNpUOA6O9sOBugYp9fDklKo6U2E0nKz1ORr3qO2tibg=";
sha256 = "sha256-zf6e8+jkgJns1c71QLL1gd0zK34X7gJo1gS38A1DPJo=";
};
vendorHash = "sha256-qfSya42wZEmJCC7o8zJQEv0BWrxTuBT2Jzcq/AfI+OE=";