Merge pull request #285707 from r-ryantm/auto-update/hcloud

hcloud: 1.41.1 -> 1.42.0
This commit is contained in:
Mario Rodas 2024-02-02 07:42:06 -05:00 committed by GitHub
commit 34c17d3aca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "hcloud";
version = "1.41.1";
version = "1.42.0";
src = fetchFromGitHub {
owner = "hetznercloud";
repo = "cli";
rev = "refs/tags/v${version}";
hash = "sha256-ZC71++aC0fUkUG0h5aRxU0FpR1eNruFWAB1e2e5c/Vo=";
hash = "sha256-cJNCp60OZBPXtda787PDT9iInxidTvzYmf9orifmS/A=";
};
vendorHash = "sha256-T407Y4IZlJnrCGSWpuN1wv8Dng2F7++2cMfLGjYC2vM=";
vendorHash = "sha256-IIszQCAsNSQYieM1JQH1Dald9saUhZ2kPhwZ1p2GTp4=";
ldflags = [
"-s"