We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee90e6b commit 7f10d14Copy full SHA for 7f10d14
pkgs/by-name/k0/k0sctl/package.nix
@@ -9,16 +9,16 @@
9
10
buildGoModule rec {
11
pname = "k0sctl";
12
- version = "0.19.4";
+ version = "0.20.0";
13
14
src = fetchFromGitHub {
15
owner = "k0sproject";
16
repo = "k0sctl";
17
rev = "refs/tags/v${version}";
18
- hash = "sha256-6zh5zd+EJpG7A4PLepBrzQKJekInkXq64XGnZS1xE7s=";
+ hash = "sha256-HZVD7+EO1TvOSo4WV5BQxg+Cp2DnWeHcmBY/CXce/Ac=";
19
};
20
21
- vendorHash = "sha256-EZ3TljEPpbpi9MZQWhmKYujXARAXawGAXez4KtRWYao=";
+ vendorHash = "sha256-MNYiAUCLZmT2PHUCzy+v/nXA0PsPk0olqLeRY4Cr92A=";
22
23
ldflags = [
24
"-s"
0 commit comments