kube-capacity: update vendorSha256
This commit is contained in:
parent
69e1447c33
commit
cc94d1d1b3
2 changed files with 4 additions and 2 deletions
|
@ -11,7 +11,7 @@ buildGoModule rec {
|
|||
sha256 = "sha256-jop1dn+D0A6BkR1UCMrU9qcbZ1AHVth430cTd+kUYJw=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-1D+nQ6WrHwJwcszCvoZ08SHX0anksdI69Jra5b9jPCY=";
|
||||
vendorSha256 = "sha256-PkCUwe3S1bq37ME2WyTUnwEcbnFcNI0eaI9yW/HZ1uw=";
|
||||
|
||||
meta = with lib; {
|
||||
description =
|
||||
|
|
|
@ -26952,7 +26952,9 @@ with pkgs;
|
|||
|
||||
popeye = callPackage ../applications/networking/cluster/popeye { };
|
||||
|
||||
kube-capacity = callPackage ../applications/networking/cluster/kube-capacity { };
|
||||
kube-capacity = callPackage ../applications/networking/cluster/kube-capacity {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
fluxctl = callPackage ../applications/networking/cluster/fluxctl { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue