summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-03-18 16:23:56 +0800
committerGitHub <noreply@github.com>2022-03-18 16:23:56 +0800
commit01df336d649e926e1166dbf003cdf63cae25a81b (patch)
tree240027c55c9d9ec81bca174b16844bea167542d0
parent668b3c49eb3bef977d9f33c2e563f16b12b53feb (diff)
parentec6f2b637c387a3f38230f29601336554e6010da (diff)
Merge pull request #164596 from r-ryantm/auto-update/kube-capacity
kube-capacity: 0.7.0 -> 0.7.1
-rw-r--r--pkgs/applications/networking/cluster/kube-capacity/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/kube-capacity/default.nix b/pkgs/applications/networking/cluster/kube-capacity/default.nix
index 0a2386d37cee..c7d14748e80f 100644
--- a/pkgs/applications/networking/cluster/kube-capacity/default.nix
+++ b/pkgs/applications/networking/cluster/kube-capacity/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kube-capacity";
- version = "0.7.0";
+ version = "0.7.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "robscott";
repo = pname;
- sha256 = "sha256-jop1dn+D0A6BkR1UCMrU9qcbZ1AHVth430cTd+kUYJw=";
+ sha256 = "sha256-+1qewL8N3WTS7GW6fpL2+RPbFQQ/3DDMgShtBi+lRtg=";
};
- vendorSha256 = "sha256-PkCUwe3S1bq37ME2WyTUnwEcbnFcNI0eaI9yW/HZ1uw=";
+ vendorSha256 = "sha256-sMobdarMMktf34LbQnyZ6sgbfiJhWxWSQR0F+4x5J58=";
meta = with lib; {
description =