kubernetes: 1.22.3 -> 1.22.4

This commit is contained in:
R. Ryantm 2021-12-07 09:10:08 +00:00
parent 2853aa3477
commit 535c1e5a72

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 ];