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

kubernetes: 1.22.3 -> 1.22.4
This commit is contained in:
Ryan Mulligan 2021-12-07 06:49:02 -08:00 committed by GitHub
commit 7caa1ae38d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "kubernetes";
version = "1.22.3";
version = "1.22.4";
src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
rev = "v${version}";
sha256 = "sha256-yXis1nq36MO/RnYLxOYBs6xnaTf9lk+VJBzSamrHcEU=";
sha256 = "sha256-6ivBecOttzbX85+WCttaU5nXjaiEiKU8xRhnCPkjLXg=";
};
nativeBuildInputs = [ removeReferencesTo makeWrapper which go rsync installShellFiles ];