Merge pull request #75552 from saschagrunert/k8s

kubernetes: v1.16.3 -> v1.16.4
This commit is contained in:
Mario Rodas 2019-12-22 19:25:05 -05:00 committed by GitHub
commit e8fc6c06f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@ with lib;
stdenv.mkDerivation rec {
pname = "kubernetes";
version = "1.16.3";
version = "1.16.4";
src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
rev = "v${version}";
sha256 = "0s2k7ik2aa7knh25r0qki7ldr3g9h87dgi8nm64j8n0yy4xvg2h3";
sha256 = "05rpwmzkxhbvckcs7hspy6krdfskd8jnsn9g43fhidjvqhxyh6n3";
};
buildInputs = [ removeReferencesTo makeWrapper which go rsync go-bindata ];