Skip to content

Commit

Permalink
kubernetes: 1.19.3 -> 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Thomsen committed Nov 12, 2020
1 parent aece293 commit 39eadbb
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.19.3";
version = "1.19.4";

src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
rev = "v${version}";
sha256 = "0fpkgrykkjmkrh327g6zf3r6s39bnv5w1wlqsvvzyp2zsswgw81v";
sha256 = "05gisihrklkzsdsrrmvmqlfwfdx73jbwd5668n5wa5hp432qyvwi";
};

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

0 comments on commit 39eadbb

Please sign in to comment.