Merge pull request #132759 from r-ryantm/auto-update/kubernetes

kubernetes: 1.21.3 -> 1.22.0
This commit is contained in:
Ryan Mulligan 2021-08-09 12:24:53 -07:00 committed by GitHub
commit 20bcb6cc0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "kubernetes";
version = "1.21.3";
version = "1.22.0";
src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
rev = "v${version}";
sha256 = "sha256-GMigdVuqJN6eIN0nhY5PVUEnCqjAYUzitetk2QmX5wQ=";
sha256 = "sha256-4lqqD3SBLBWrnFWhRzV3QgRLdGRW1Jx/eL6swtHL0Vw=";
};
nativeBuildInputs = [ removeReferencesTo makeWrapper which go rsync installShellFiles ];