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

hcloud: 1.16.1 -> 1.16.2
This commit is contained in:
Benjamin Hipple 2020-04-11 21:33:06 -04:00 committed by GitHub
commit 2b72dc170f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "hcloud";
version = "1.16.1";
version = "1.16.2";
goPackagePath = "github.com/hetznercloud/cli";
@ -10,10 +10,10 @@ buildGoModule rec {
owner = "hetznercloud";
repo = "cli";
rev = "v${version}";
sha256 = "1d6qa21sq79hr84nnn3j7w0776mnq58g8g1krpnh4d6bv3kc3lq7";
sha256 = "0cxh92df8gdl4bmr22pdvdxdkdjyfy0jv48y0k6awy1xz61r94ap";
};
modSha256 = "1zy41hi2qzrdmih3pkpng8im576lhkr64zm66w73p7jyvy0kf9sx";
modSha256 = "1sdp62q4rnx7dp4i0dhnc8kzi8h6zzjdy7ym0mk9r7xkxxx0s3ds";
buildFlagsArray = [ "-ldflags=" "-w -X github.com/hetznercloud/cli/cli.Version=${version}" ];