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

kube-capacity: 0.6.2 -> 0.7.0
This commit is contained in:
Bobby Rong 2022-01-13 22:45:16 +08:00 committed by GitHub
commit 2540943666
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.6.2";
version = "0.7.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "robscott";
repo = pname;
sha256 = "sha256-rpCocokLj1iJonOt3rP+n1BpijjWlTie/a7vT2dMYnA=";
sha256 = "sha256-jop1dn+D0A6BkR1UCMrU9qcbZ1AHVth430cTd+kUYJw=";
};
vendorSha256 = "sha256-1D+nQ6WrHwJwcszCvoZ08SHX0anksdI69Jra5b9jPCY=";