Skip to content

Commit bf9f4a1

Browse files
hcloud: 1.50.0 -> 1.51.0 (#412356)
Co-authored-by: techknowlogick <[email protected]>
2 parents d88ed6d + fd1131b commit bf9f4a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/hc/hcloud/package.nix

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

88
buildGoModule rec {
99
pname = "hcloud";
10-
version = "1.50.0";
10+
version = "1.51.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "hetznercloud";
1414
repo = "cli";
1515
tag = "v${version}";
16-
hash = "sha256-5Gm9lXf1+l9pA/XNUi3uCuI1nvAX9cxRm+f0osMTE7Q=";
16+
hash = "sha256-wRz+zWUeKAbk6EmYjm7A4ks7ZhXXhpipts6XZZthsI0=";
1717
};
1818

19-
vendorHash = "sha256-FStOZN/7Zq/iLXesu5yPr59tPx+1xWAfhnrClJir7ss=";
19+
vendorHash = "sha256-axVG4KOxDy7+brwui2iPLutFLJ8L7LAQmeDcoFCv7uA=";
2020

2121
ldflags = [
2222
"-s"

0 commit comments

Comments
 (0)