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

hcloud: 1.20.0 -> 1.21.0
This commit is contained in:
Mario Rodas 2021-03-10 21:59:37 -05:00 committed by GitHub
commit 2bd8841801
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.20.0";
version = "1.21.0";
src = fetchFromGitHub {
owner = "hetznercloud";
repo = "cli";
rev = "v${version}";
sha256 = "0sjshcppcfdfz29nsrzvrciypcb4r7fbl2sqhlkcq948b7k3jk8b";
sha256 = "sha256-zXlsvuc778z1sxnv02mFJXQzkEEft0BdubWecvcytYg=";
};
nativeBuildInputs = [ installShellFiles ];
vendorSha256 = "0q6jm2ghwrbjxn76i8wz72xjdmwfvl5dn8n4zilyjjx9vvllwdjw";
vendorSha256 = "sha256-QdTD6xeVNswaaMms82rFYb5jLDhxL+wQgaLVXqROSFs=";
doCheck = false;