Skip to content

Commit 5156904

Browse files
kubernetes-controller-tools: 0.17.1 -> 0.17.2 (#380899)
Co-authored-by: Sandro <[email protected]>
1 parent 78feb1d commit 5156904

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/by-name/ku/kubernetes-controller-tools/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "controller-tools";
9-
version = "0.17.1";
9+
version = "0.17.2";
1010

1111
src = fetchFromGitHub {
1212
owner = "kubernetes-sigs";
13-
repo = pname;
14-
rev = "v${version}";
15-
sha256 = "sha256-6tqUWsI8SJsBOUO9i+czilOJWlflZ8Sj/rdnZaLJeSQ=";
13+
repo = "controller-tools";
14+
tag = "v${version}";
15+
sha256 = "sha256-AUYduzIEWCJDskoChXmQViR5ON4YZr4MKvFys03hBkY=";
1616
};
1717

18-
vendorHash = "sha256-NX4e//77G+jTL2309x6+UEmFarsNWO/n0Pex2pJ+S/s=";
18+
vendorHash = "sha256-Y7xYmD3fxAIo/NyLzBuSdbHIrduJ33SpK2I6LfOzNac=";
1919

2020
ldflags = [
2121
"-s"

0 commit comments

Comments
 (0)