3
0
Fork 0
forked from mirrors/nixpkgs
zowoq 2023-03-24 11:04:08 +10:00
parent 7f5b8aeca6
commit 5de3ce4de5

View file

@ -20,16 +20,16 @@
buildGoModule rec {
pname = "kubernetes";
version = "1.26.1";
version = "1.26.3";
src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
rev = "v${version}";
sha256 = "sha256-bC2Q4jWBh27bqLGhvG4JcuHIAQmiGz5jDt9Me9qbVpk=";
hash = "sha256-dJMfnd82JIPxyVisr5o9s/bC3ZDiolF841pmV4c9LN8=";
};
vendorSha256 = null;
vendorHash = null;
doCheck = false;