Skip to content

Commit aac7370

Browse files
committedNov 1, 2017
kops: 1.6.2 -> 1.7.1
1 parent ac2976d commit aac7370

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/applications/networking/cluster/kops/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
buildGoPackage rec {
44
name = "kops-${version}";
5-
version = "1.6.2";
5+
version = "1.7.1";
66

77
goPackagePath = "k8s.io/kops";
88

99
src = fetchFromGitHub {
1010
rev = version;
1111
owner = "kubernetes";
1212
repo = "kops";
13-
sha256 = "0bxknjhzj9xiws6sjw9knwqma3fjh496vnm90skl766bk4pafq9l";
13+
sha256 = "0wii6w6hs9hjz3vvgqwa5ilwdi8a3qknmqsg3izazmgmnhl712wd";
1414
};
1515

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

0 commit comments

Comments
 (0)
Please sign in to comment.