Skip to content

Commit

Permalink
kubernetes: 1.16.5 -> 1.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Thomsen committed Feb 18, 2020
1 parent 4535896 commit 66556af
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 @@ -15,13 +15,13 @@ with lib;

stdenv.mkDerivation rec {
pname = "kubernetes";
version = "1.16.5";
version = "1.17.3";

src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
rev = "v${version}";
sha256 = "12ks79sjgbd0c97pipid4j3l5fwiimaxa25rvmf2vccdrw4ngx4m";
sha256 = "0caqczz8hrwqb8j94158hz6919i7c9v1v0zknh9m2zbbng4b1awi";
};

buildInputs = [ removeReferencesTo makeWrapper which go rsync go-bindata ];
Expand Down

0 comments on commit 66556af

Please sign in to comment.