kubernetes-controller-tools: 0.11.3 -> 0.11.4

This commit is contained in:
R. Ryantm 2023-04-25 14:40:28 +00:00
parent 167731fc9e
commit ecba9311a1

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "controller-tools";
version = "0.11.3";
version = "0.11.4";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-F+cGJbxXIHrgn9OcIMh2am9g4PBLkdC037tV/9znPSg=";
sha256 = "sha256-cOXN6DZH8uiJNPRZrSr2QIsENZUQrreqYJB6OFALFeA=";
};
patches = [ ./version.patch ];