kubernetes-polaris: 9.6.4 -> 10.0.0 (#428202)

authored by Nick Cao and committed by GitHub 093a8dcf c067eeea

+3 -3
+3 -3
pkgs/by-name/ku/kubernetes-polaris/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "kubernetes-polaris"; 10 - version = "9.6.4"; 10 + version = "10.0.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "FairwindsOps"; 14 14 repo = "polaris"; 15 15 rev = version; 16 - sha256 = "sha256-ymChgk3r1m4B6jiX3cL+vo4KzmvzsjUxA0t/MjfYvrU="; 16 + sha256 = "sha256-yJPtTIj6vfzWwjozwcsIJjZGfy3QS6h8uOcoL4OXrnQ="; 17 17 }; 18 18 19 - vendorHash = "sha256-F7QGVowpwRyHxvgKYtuSqH2A/IH2Bvxr3vU78PNN0Z0="; 19 + vendorHash = "sha256-4H1NHeYGd3ujtOo+UDkjIQaH+rkODS41C865OE1S9YA="; 20 20 21 21 nativeBuildInputs = [ installShellFiles ]; 22 22