hcloud: 1.30.4 -> 1.31.0

This commit is contained in:
R. Ryantm 2022-12-03 06:59:33 +00:00
parent 94e2931980
commit a69898486d

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "hcloud";
version = "1.30.4";
version = "1.31.0";
src = fetchFromGitHub {
owner = "hetznercloud";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-282DJegj4lf7oynkdjNC6/PVvQaFbIqOJViua83KTdg=";
sha256 = "sha256-AYxuH0R8vS7vBcEca1xM/0F70x5Zr+NUmcfRrRjb6cs=";
};
vendorSha256 = "sha256-Y2HlY8u2ZFtkAyYG7jqm+DMOFsWSQ6TxI7dm2woGA/Y=";
vendorSha256 = "sha256-sSsu8p9dHLzJRWSLQHQNMmoziOrlDL4BoLIcBo2REbQ=";
ldflags = [
"-s" "-w"