hcloud: 1.48.0 -> 1.49.0 (#357080)

This commit is contained in:
Sefa Eyeoglu 2024-11-24 13:31:02 +01:00 committed by GitHub
commit e03c843a7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "hcloud"; pname = "hcloud";
version = "1.48.0"; version = "1.49.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hetznercloud"; owner = "hetznercloud";
repo = "cli"; repo = "cli";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-fD+aEt3jakfdrh68Ok0SiehOy3Sg+B+3HUGO8gSSxTQ="; hash = "sha256-Va6OWoBSEO+u1J1jYG6O0u7urnNkAPqXPBCFCHYO7VU=";
}; };
vendorHash = "sha256-QO7K7nwFIYyJ5wGwuACWxzVf8mSX7JMsrbWqm6g5RCs="; vendorHash = "sha256-dwuxywNtXeup1hF4XyOLzhA6c1l1HG+JZGG7naZA75E=";
ldflags = [ ldflags = [
"-s" "-s"
@ -23,6 +23,8 @@ buildGoModule rec {
"-X=github.com/hetznercloud/cli/internal/version.Version=${version}" "-X=github.com/hetznercloud/cli/internal/version.Version=${version}"
]; ];
subPackages = [ "cmd/hcloud" ];
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];
postInstall = '' postInstall = ''