kubernetes-controller-tools: 0.12.1 -> 0.13.0

This commit is contained in:
R. Ryantm 2023-08-28 03:09:10 +00:00
parent f0c82885ee
commit e5193e1e69

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "controller-tools";
version = "0.12.1";
version = "0.13.0";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-OqBTlzHqnwu6GaNFS6cdcOoBNdSGus/piR4tXRfzpn0=";
sha256 = "sha256-strTBBpmG60H38WWLakIjZHVUgKC/ajS7ZEFDhZWnlo=";
};
patches = [ ./version.patch ];
vendorHash = "sha256-gztTF8UZ5N4mip8NIyuCfoy16kpJymtggfG0sAcZW6c=";
vendorHash = "sha256-YQfMq0p3HfLgOjAk/anZpGx/fDnvovI3HtmYdKRKq5w=";
ldflags = [
"-s"