about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-10-20 09:28:57 -0400
committerRobin Gloster <mail@glob.in>2017-10-22 17:06:45 +0200
commit909fd5ecfae44960ea5439e436b99042d966c726 (patch)
tree31c7f643e5f6b045fa026fbdd8852067eb63ab90 /pkgs/applications/networking/cluster
parentd61a58caeacea07140f969781d6e34e16571f20f (diff)
downloadnixlib-909fd5ecfae44960ea5439e436b99042d966c726.tar
nixlib-909fd5ecfae44960ea5439e436b99042d966c726.tar.gz
nixlib-909fd5ecfae44960ea5439e436b99042d966c726.tar.bz2
nixlib-909fd5ecfae44960ea5439e436b99042d966c726.tar.lz
nixlib-909fd5ecfae44960ea5439e436b99042d966c726.tar.xz
nixlib-909fd5ecfae44960ea5439e436b99042d966c726.tar.zst
nixlib-909fd5ecfae44960ea5439e436b99042d966c726.zip
kubernetes: 1.7.8 -> 1.7.9
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/kubernetes/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/kubernetes/default.nix b/pkgs/applications/networking/cluster/kubernetes/default.nix
index cff68c5227ae..e8686ade5900 100644
--- a/pkgs/applications/networking/cluster/kubernetes/default.nix
+++ b/pkgs/applications/networking/cluster/kubernetes/default.nix
@@ -18,13 +18,13 @@ with lib;
 
 stdenv.mkDerivation rec {
   name = "kubernetes-${version}";
-  version = "1.7.8";
+  version = "1.7.9";
 
   src = fetchFromGitHub {
     owner = "kubernetes";
     repo = "kubernetes";
     rev = "v${version}";
-    sha256 = "1xfvfdn04wn7ldmr5ypnyi99gsrgz1w8l02jnvyalpdnjbj73b89";
+    sha256 = "0lxagvv8mysw6n0vp5vsccl87b628dgsjrf298dx2dqx7wn7zjgi";
   };
 
   buildInputs = [ removeReferencesTo makeWrapper which go rsync go-bindata ];