kubernetes-controller-tools: 0.11.2 -> 0.11.3
This commit is contained in:
parent
12053de9e5
commit
16117b1b2d
@ -2,13 +2,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "controller-tools";
|
||||
version = "0.11.2";
|
||||
version = "0.11.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kubernetes-sigs";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-gTSgfykTg2cWV7PCwNcbuFY89RRk9MoV24L4EuEd378=";
|
||||
sha256 = "sha256-F+cGJbxXIHrgn9OcIMh2am9g4PBLkdC037tV/9znPSg=";
|
||||
};
|
||||
|
||||
patches = [ ./version.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user