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 3b01f60 commit ca65b58Copy full SHA for ca65b58
pkgs/by-name/ku/kubeone/package.nix
@@ -9,16 +9,16 @@
9
10
buildGoModule rec {
11
pname = "kubeone";
12
- version = "1.9.0";
+ version = "1.9.1";
13
14
src = fetchFromGitHub {
15
owner = "kubermatic";
16
repo = "kubeone";
17
rev = "v${version}";
18
- hash = "sha256-YLJ/SNxu0F7edOmXm99iZRaLeu8MPUOLuZs9RKPV2bU=";
+ hash = "sha256-k/okEg9jiLyVn1v3zeduSJ2dY8xWppH5V8L7rud4/H8=";
19
};
20
21
- vendorHash = "sha256-79eEqzQgEjDU4PbxMcFXLEH3so1kKjdYJpP2nWPXv20=";
+ vendorHash = "sha256-gwyY6g//uEvvzChLQrTKlzq9REMUIXVjIDZXBMOHNO8=";
22
23
ldflags = [
24
"-s"
0 commit comments