Skip to content

Commit

Permalink
kops: 1.6.2 -> 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Nov 1, 2017
1 parent ac2976d commit aac7370
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/kops/default.nix
Expand Up @@ -2,15 +2,15 @@

buildGoPackage rec {
name = "kops-${version}";
version = "1.6.2";
version = "1.7.1";

goPackagePath = "k8s.io/kops";

src = fetchFromGitHub {
rev = version;
owner = "kubernetes";
repo = "kops";
sha256 = "0bxknjhzj9xiws6sjw9knwqma3fjh496vnm90skl766bk4pafq9l";
sha256 = "0wii6w6hs9hjz3vvgqwa5ilwdi8a3qknmqsg3izazmgmnhl712wd";
};

buildInputs = [go-bindata];
Expand Down Expand Up @@ -39,7 +39,7 @@ buildGoPackage rec {
description = "Easiest way to get a production Kubernetes up and running";
homepage = https://github.com/kubernetes/kops;
license = licenses.asl20;
maintainers = with maintainers; [offline];
maintainers = with maintainers; [offline zimbatm];
platforms = platforms.unix;
};
}

0 comments on commit aac7370

Please sign in to comment.