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.
2 parents d88ed6d + fd1131b commit bf9f4a1Copy full SHA for bf9f4a1
pkgs/by-name/hc/hcloud/package.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule rec {
9
pname = "hcloud";
10
- version = "1.50.0";
+ version = "1.51.0";
11
12
src = fetchFromGitHub {
13
owner = "hetznercloud";
14
repo = "cli";
15
tag = "v${version}";
16
- hash = "sha256-5Gm9lXf1+l9pA/XNUi3uCuI1nvAX9cxRm+f0osMTE7Q=";
+ hash = "sha256-wRz+zWUeKAbk6EmYjm7A4ks7ZhXXhpipts6XZZthsI0=";
17
};
18
19
- vendorHash = "sha256-FStOZN/7Zq/iLXesu5yPr59tPx+1xWAfhnrClJir7ss=";
+ vendorHash = "sha256-axVG4KOxDy7+brwui2iPLutFLJ8L7LAQmeDcoFCv7uA=";
20
21
ldflags = [
22
"-s"
0 commit comments