kops: 1.28.0 -> 1.28.1

authored by R. Ryantm and committed by Eric Bailey 1a836284 39c1b481

+2 -2
+2 -2
pkgs/applications/networking/cluster/kops/default.nix
··· 61 61 }; 62 62 63 63 kops_1_28 = mkKops rec { 64 - version = "1.28.0"; 65 - sha256 = "sha256-a/3amvgGG7Gro6K7uIi20jwCo+JAlSuPB3/EUf75hxc="; 64 + version = "1.28.1"; 65 + sha256 = "sha256-jVaSqBdxg70XODwmFIpufJGXqB4r0UfNc/J+ZnjkhDU="; 66 66 rev = "v${version}"; 67 67 }; 68 68 }