Skip to content

Commit 7f10d14

Browse files
committed
k0sctl: 0.19.4 -> 0.20.0
1 parent ee90e6b commit 7f10d14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/k0/k0sctl/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
buildGoModule rec {
1111
pname = "k0sctl";
12-
version = "0.19.4";
12+
version = "0.20.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "k0sproject";
1616
repo = "k0sctl";
1717
rev = "refs/tags/v${version}";
18-
hash = "sha256-6zh5zd+EJpG7A4PLepBrzQKJekInkXq64XGnZS1xE7s=";
18+
hash = "sha256-HZVD7+EO1TvOSo4WV5BQxg+Cp2DnWeHcmBY/CXce/Ac=";
1919
};
2020

21-
vendorHash = "sha256-EZ3TljEPpbpi9MZQWhmKYujXARAXawGAXez4KtRWYao=";
21+
vendorHash = "sha256-MNYiAUCLZmT2PHUCzy+v/nXA0PsPk0olqLeRY4Cr92A=";
2222

2323
ldflags = [
2424
"-s"

0 commit comments

Comments
 (0)