Skip to content

Commit

Permalink
kubernetes: 1.7.8 -> 1.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus authored and globin committed Oct 22, 2017
1 parent d61a58c commit 909fd5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/kubernetes/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 909fd5e

Please sign in to comment.