Skip to content

Commit 941d83d

Browse files
committedJul 7, 2017
kops: 1.6.0 -> 1.6.2
1 parent acde126 commit 941d83d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

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

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

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

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

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

1616
buildInputs = [go-bindata];

0 commit comments

Comments
 (0)
Please sign in to comment.