Merge pull request #239430 from r-ryantm/auto-update/kubernetes-polaris

kubernetes-polaris: 8.2.1 -> 8.2.3
This commit is contained in:
Nick Cao 2023-06-24 10:24:30 +08:00 committed by GitHub
commit dadf0c8e51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kubernetes-polaris";
version = "8.2.1";
version = "8.2.3";
src = fetchFromGitHub {
owner = "FairwindsOps";
repo = "polaris";
rev = version;
sha256 = "sha256-K8iFoCUVfSQdPluEwsZlxww+llwwBP8qkFsFEkFZqlQ=";
sha256 = "sha256-UOFXd9QzywQMFlj/0HxOdQM30mYGqOI7gQzk7p2kvoY=";
};
vendorHash = "sha256-9hjJ7xyuviAsXHrgfzyqCnk6xh0fpQRP1KXi+CoskkI=";
vendorHash = "sha256-OOA6OfBJHBPD890m7orJmSvn3kHW2lk84Q4xml5tUA8=";
nativeBuildInputs = [ installShellFiles ];