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

hcloud: 1.28.0 -> 1.28.1
This commit is contained in:
Mario Rodas 2021-10-30 04:15:47 -05:00 committed by GitHub
commit 89e749241b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "hcloud";
version = "1.28.0";
version = "1.28.1";
src = fetchFromGitHub {
owner = "hetznercloud";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-ySCfU/VWZz6tSZbrbhT/OIoxme+Y53eFtlVTI43yNVA=";
sha256 = "sha256-gEXQaVBzvOifnCN8TWfadTgypHy+u7lZw+qoyW+mEKU=";
};
nativeBuildInputs = [ installShellFiles ];
vendorSha256 = "sha256-G3kiaYoCyoltyS/OlecJHaYWpeFax1qonOJZr30wSV8=";
vendorSha256 = "sha256-SURFlHCrWqTjdHO9ZUmtR2nmKwt0S7rpA6jQ0dDD/EE=";
doCheck = false;