kube-capacity: 0.7.4 -> 0.8.0

This commit is contained in:
R. Ryantm
2024-02-21 12:08:15 +00:00
parent 79597053be
commit 86fe3fe360
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kube-capacity";
version = "0.7.4";
version = "0.8.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "robscott";
repo = pname;
sha256 = "sha256-zf6e8+jkgJns1c71QLL1gd0zK34X7gJo1gS38A1DPJo=";
sha256 = "sha256-zAwCz4Qs1OF/CdSmy9p4X9hL9iNkAH/EeSU2GgekzV8=";
};
vendorHash = "sha256-qfSya42wZEmJCC7o8zJQEv0BWrxTuBT2Jzcq/AfI+OE=";
vendorHash = "sha256-YME4AXpHvr1bNuc/HoHxam+7ZkwLzjhIvFSfD4hga1A=";
meta = with lib; {
description =