kube-capacity: 0.7.0 -> 0.7.1

This commit is contained in:
R. Ryantm 2022-03-17 13:29:43 +00:00
parent 5855ff74f5
commit ec6f2b637c

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "kube-capacity"; pname = "kube-capacity";
version = "0.7.0"; version = "0.7.1";
src = fetchFromGitHub { src = fetchFromGitHub {
rev = "v${version}"; rev = "v${version}";
owner = "robscott"; owner = "robscott";
repo = pname; repo = pname;
sha256 = "sha256-jop1dn+D0A6BkR1UCMrU9qcbZ1AHVth430cTd+kUYJw="; sha256 = "sha256-+1qewL8N3WTS7GW6fpL2+RPbFQQ/3DDMgShtBi+lRtg=";
}; };
vendorSha256 = "sha256-PkCUwe3S1bq37ME2WyTUnwEcbnFcNI0eaI9yW/HZ1uw="; vendorSha256 = "sha256-sMobdarMMktf34LbQnyZ6sgbfiJhWxWSQR0F+4x5J58=";
meta = with lib; { meta = with lib; {
description = description =