kubernetes: 1.27.1 -> 1.27.2

This commit is contained in:
R. Ryantm 2023-05-24 02:13:05 +00:00 committed by zowoq
parent 2fd527861c
commit dfc509bc1b

View file

@ -20,13 +20,13 @@
buildGoModule rec {
pname = "kubernetes";
version = "1.27.1";
version = "1.27.2";
src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
rev = "v${version}";
hash = "sha256-0Wxj+Qxf9q6pIZiYLdIIhZP7n3MHvCZ560tl5AiO+QE=";
hash = "sha256-9Xeehm9E9ZZheS1Wgl4INAIIa0mZc+MMyr/0d81dsSg=";
};
vendorHash = null;