kops: 1.8.0 -> 1.8.1

Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/hclwimgs404fz9k2lrx35xcxa16bgb9x-kops-1.8.1-bin/bin/kops -h` got 0 exit code
- ran `/nix/store/hclwimgs404fz9k2lrx35xcxa16bgb9x-kops-1.8.1-bin/bin/kops --help` got 0 exit code
- ran `/nix/store/hclwimgs404fz9k2lrx35xcxa16bgb9x-kops-1.8.1-bin/bin/kops help` got 0 exit code
- ran `/nix/store/hclwimgs404fz9k2lrx35xcxa16bgb9x-kops-1.8.1-bin/bin/kops version` and found version 1.8.1
- found 1.8.1 with grep in /nix/store/hclwimgs404fz9k2lrx35xcxa16bgb9x-kops-1.8.1-bin
- found 1.8.1 in filename of file in /nix/store/hclwimgs404fz9k2lrx35xcxa16bgb9x-kops-1.8.1-bin

cc "@offline @zimbatm @ehmry @lethalman"

+2 -2
+2 -2
pkgs/applications/networking/cluster/kops/default.nix
··· 2 3 buildGoPackage rec { 4 name = "kops-${version}"; 5 - version = "1.8.0"; 6 7 goPackagePath = "k8s.io/kops"; 8 ··· 10 rev = version; 11 owner = "kubernetes"; 12 repo = "kops"; 13 - sha256 = "0vaa18vhwk132fv7i896513isp66wnz9gn0b5613n3x28q0gvkmg"; 14 }; 15 16 buildInputs = [go-bindata];
··· 2 3 buildGoPackage rec { 4 name = "kops-${version}"; 5 + version = "1.8.1"; 6 7 goPackagePath = "k8s.io/kops"; 8 ··· 10 rev = version; 11 owner = "kubernetes"; 12 repo = "kops"; 13 + sha256 = "12nyr0iw1xwp60apli3nlq2vyn4jk3qjrb404m2syx2mqbnn47my"; 14 }; 15 16 buildInputs = [go-bindata];