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

hcloud: 1.31.1 -> 1.32.0
This commit is contained in:
Weijia Wang 2023-03-24 21:45:07 +02:00 committed by GitHub
commit b7ea3a3939
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "hcloud";
version = "1.31.1";
version = "1.32.0";
src = fetchFromGitHub {
owner = "hetznercloud";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-GyUobaU8ZJG/LrMM2LevBBhZN70grx6iJIMRxBRMqBg=";
sha256 = "sha256-sYoi33Pmre8NHcew/DTKk8eNFqo89Rw19r5akNfm26Y=";
};
vendorSha256 = "sha256-sSsu8p9dHLzJRWSLQHQNMmoziOrlDL4BoLIcBo2REbQ=";
vendorHash = "sha256-RP4hSHIKeVJVrpauxgTo9caxO57i9IG9geLKAz5ZHyY=";
ldflags = [
"-s" "-w"