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

hcloud: 1.31.0 -> 1.31.1
This commit is contained in:
figsoda 2022-12-08 15:55:33 -05:00 committed by GitHub
commit a5f39d3856
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "hcloud";
version = "1.31.0";
version = "1.31.1";
src = fetchFromGitHub {
owner = "hetznercloud";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-AYxuH0R8vS7vBcEca1xM/0F70x5Zr+NUmcfRrRjb6cs=";
sha256 = "sha256-GyUobaU8ZJG/LrMM2LevBBhZN70grx6iJIMRxBRMqBg=";
};
vendorSha256 = "sha256-sSsu8p9dHLzJRWSLQHQNMmoziOrlDL4BoLIcBo2REbQ=";