hcloud: 1.30.3 -> 1.30.4

This commit is contained in:
R. Ryantm 2022-11-12 08:38:06 +00:00
parent d8f2c4d846
commit 831614011a

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "hcloud";
version = "1.30.3";
version = "1.30.4";
src = fetchFromGitHub {
owner = "hetznercloud";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-iF30gh14v2OHwT2W7gb4DaZu1h9RYJjw6rkHaPZp9NU=";
sha256 = "sha256-282DJegj4lf7oynkdjNC6/PVvQaFbIqOJViua83KTdg=";
};
vendorSha256 = "sha256-DoCiyaEPh+QyKgC3PJ5oivJTlcKzscaphXET9et8T1g=";
vendorSha256 = "sha256-Y2HlY8u2ZFtkAyYG7jqm+DMOFsWSQ6TxI7dm2woGA/Y=";
ldflags = [
"-s" "-w"