File tree 1 file changed +3
-3
lines changed
pkgs/applications/networking/cluster/kops
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
buildGoPackage rec {
4
4
name = "kops-${ version } " ;
5
- version = "1.6.2 " ;
5
+ version = "1.7.1 " ;
6
6
7
7
goPackagePath = "k8s.io/kops" ;
8
8
9
9
src = fetchFromGitHub {
10
10
rev = version ;
11
11
owner = "kubernetes" ;
12
12
repo = "kops" ;
13
- sha256 = "0bxknjhzj9xiws6sjw9knwqma3fjh496vnm90skl766bk4pafq9l " ;
13
+ sha256 = "0wii6w6hs9hjz3vvgqwa5ilwdi8a3qknmqsg3izazmgmnhl712wd " ;
14
14
} ;
15
15
16
16
buildInputs = [ go-bindata ] ;
@@ -39,7 +39,7 @@ buildGoPackage rec {
39
39
description = "Easiest way to get a production Kubernetes up and running" ;
40
40
homepage = https://github.com/kubernetes/kops ;
41
41
license = licenses . asl20 ;
42
- maintainers = with maintainers ; [ offline ] ;
42
+ maintainers = with maintainers ; [ offline zimbatm ] ;
43
43
platforms = platforms . unix ;
44
44
} ;
45
45
}
You can’t perform that action at this time.
0 commit comments