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

hcloud: 1.21.0 -> 1.26.1
This commit is contained in:
Artturi 2021-08-08 16:43:39 +03:00 committed by GitHub
commit 3a3e0c5877
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.21.0";
version = "1.26.1";
src = fetchFromGitHub {
owner = "hetznercloud";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-zXlsvuc778z1sxnv02mFJXQzkEEft0BdubWecvcytYg=";
sha256 = "sha256-fKekn930nOGYUhkQus9p4sKcsuUks+KfO4+X5C/3nWg=";
};
nativeBuildInputs = [ installShellFiles ];
vendorSha256 = "sha256-QdTD6xeVNswaaMms82rFYb5jLDhxL+wQgaLVXqROSFs=";
vendorSha256 = "sha256-yPRtqJTmYDqzwHyBmVV4HxOmMe7FuSZ/lsQj8PInhFg=";
doCheck = false;