kubernetes-controller-tools: 0.16.1 -> 0.16.2 (#340878)

This commit is contained in:
Nick Cao 2024-09-11 12:49:51 -04:00 committed by GitHub
commit 59aff208e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "controller-tools";
version = "0.16.1";
version = "0.16.2";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-BPadZ9FVWnE/5OVYRyGZVGQQ4B3Is+HhUWcf3ZVS7jM=";
sha256 = "sha256-f12p9d6c3dXOOSnR//bIAs6wB9359GEeN9P1Lfb1/0Y=";
};
patches = [ ./version.patch ];