kubernetes: 1.6.4 -> 1.7.1

This commit is contained in:
Jaka Hudoklin 2017-09-01 12:07:36 +02:00 committed by Robin Gloster
parent ff6413850b
commit bff428616a
2 changed files with 3 additions and 5 deletions

View File

@ -17,13 +17,13 @@ with lib;
stdenv.mkDerivation rec {
name = "kubernetes-${version}";
version = "1.6.4";
version = "1.7.1";
src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
rev = "v${version}";
sha256 = "1waxkr4ycrd23w8pi83gyf6jmawi1nhfzixp70fcwwka5h7p2y91";
sha256 = "1frf2nxk45lsbkq73fj72gxgr76icqdrsdqh20f5gpwiqn23n7c3";
};
buildInputs = [ removeReferencesTo makeWrapper which go rsync go-bindata ];

View File

@ -15115,9 +15115,7 @@ with pkgs;
ktorrent = libsForQt5.callPackage ../applications/networking/p2p/ktorrent { };
kubernetes = callPackage ../applications/networking/cluster/kubernetes {
go = go_1_7;
};
kubernetes = callPackage ../applications/networking/cluster/kubernetes { };
kube-dns = callPackage ../applications/networking/cluster/kubernetes/dns.nix { };