kubernetes-polaris: 9.3.0 -> 9.4.0

This commit is contained in:
R. Ryantm 2024-09-22 10:03:17 +00:00
parent 6c8c52c5e0
commit ca1d3ef5db

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kubernetes-polaris";
version = "9.3.0";
version = "9.4.0";
src = fetchFromGitHub {
owner = "FairwindsOps";
repo = "polaris";
rev = version;
sha256 = "sha256-qJAhxwVM/tYdCWLL1snUYjXGfgdcHkBFrI9xBg1/EXU=";
sha256 = "sha256-Vw+4/GVuTM4KioZnFk2RH6rmXD6zQO29NepAr2TwHjI=";
};
vendorHash = "sha256-6sxzRI22xiZOQds20iU5OsU+JqcNB2wOUrOZrOH1Sa4=";
vendorHash = "sha256-X0GPKR6l1v5312hOmelrcqp4KT3LwsGkvKoqUfEM0uU=";
nativeBuildInputs = [ installShellFiles ];