kubernetes: 1.6.4 -> 1.7.1
This commit is contained in:
parent
ff6413850b
commit
bff428616a
@ -17,13 +17,13 @@ with lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "kubernetes-${version}";
|
name = "kubernetes-${version}";
|
||||||
version = "1.6.4";
|
version = "1.7.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kubernetes";
|
owner = "kubernetes";
|
||||||
repo = "kubernetes";
|
repo = "kubernetes";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1waxkr4ycrd23w8pi83gyf6jmawi1nhfzixp70fcwwka5h7p2y91";
|
sha256 = "1frf2nxk45lsbkq73fj72gxgr76icqdrsdqh20f5gpwiqn23n7c3";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ removeReferencesTo makeWrapper which go rsync go-bindata ];
|
buildInputs = [ removeReferencesTo makeWrapper which go rsync go-bindata ];
|
||||||
|
@ -15115,9 +15115,7 @@ with pkgs;
|
|||||||
|
|
||||||
ktorrent = libsForQt5.callPackage ../applications/networking/p2p/ktorrent { };
|
ktorrent = libsForQt5.callPackage ../applications/networking/p2p/ktorrent { };
|
||||||
|
|
||||||
kubernetes = callPackage ../applications/networking/cluster/kubernetes {
|
kubernetes = callPackage ../applications/networking/cluster/kubernetes { };
|
||||||
go = go_1_7;
|
|
||||||
};
|
|
||||||
|
|
||||||
kube-dns = callPackage ../applications/networking/cluster/kubernetes/dns.nix { };
|
kube-dns = callPackage ../applications/networking/cluster/kubernetes/dns.nix { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user