kubesec: update vendorSha256
This commit is contained in:
parent
8aa6024e7b
commit
665e71b720
2 changed files with 4 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildGoModule rec {
|
|||
sha256 = "sha256-z1v+xm0ZWs8F5KtltBSDx9W+xNqRsfvAgQUKgrZa+28=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-/2u92KvfzbJxJjh1cy9+4AuM5Qw1tK9Hu0xjRs0nhBE=";
|
||||
vendorSha256 = "sha256-t2GZaLa/Pc/TCjqTNGuLnOFSepExmE2xA8pc9HkUtcs=";
|
||||
|
||||
# Tests wants to download the kubernetes schema for use with kubeval
|
||||
doCheck = false;
|
||||
|
|
|
@ -15149,7 +15149,9 @@ with pkgs;
|
|||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
kubesec = callPackage ../tools/security/kubesec { };
|
||||
kubesec = callPackage ../tools/security/kubesec {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
kubespy = callPackage ../applications/networking/cluster/kubespy { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue