kubernetes: 1.27.3 -> 1.27.4

This commit is contained in:
R. Ryantm 2023-08-03 02:20:55 +00:00 committed by zowoq
parent 2b414ab512
commit 3a3b8c94a5

View File

@ -20,13 +20,13 @@
buildGoModule rec {
pname = "kubernetes";
version = "1.27.3";
version = "1.27.4";
src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
rev = "v${version}";
hash = "sha256-g/YRwhhGjeBhbSFS/6xJbljTTMiwJHE3WRySwJlzKys=";
hash = "sha256-Tb+T7kJHyZPXwUcEATj3jBr9qa7Sk6b+wL8HhqFOhYM=";
};
vendorHash = null;