1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00

kubernetes-polaris: 9.5.0 -> 9.6.0

This commit is contained in:
R. Ryantm 2024-12-01 20:46:03 +00:00
parent 10f06c512e
commit 5c21bdb944

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kubernetes-polaris";
version = "9.5.0";
version = "9.6.0";
src = fetchFromGitHub {
owner = "FairwindsOps";
repo = "polaris";
rev = version;
sha256 = "sha256-6dbp9gdobgL6afu+mzsqVBFQKT8lgxhKiEhQXN4Z5UY=";
sha256 = "sha256-DhILArArPOZvvywU9vyDmKfvPf49dbfNcBW3OjDdyP4=";
};
vendorHash = "sha256-X0GPKR6l1v5312hOmelrcqp4KT3LwsGkvKoqUfEM0uU=";
vendorHash = "sha256-wrdKhDLTebYWWpYE/zLPvjtpXXrrA3LWJHlEvuW4BwM=";
nativeBuildInputs = [ installShellFiles ];