hcloud: 1.40.0 -> 1.41.0

This commit is contained in:
R. Ryantm 2023-12-15 18:14:58 +00:00
parent f4de47d49e
commit 89a0f89dc5

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "hcloud";
version = "1.40.0";
version = "1.41.0";
src = fetchFromGitHub {
owner = "hetznercloud";
repo = "cli";
rev = "refs/tags/v${version}";
hash = "sha256-usHBlfEym39p8S6w2eNeXVKpqxlJxLCn9DwK2J1AqdI=";
hash = "sha256-NcEJgC3FtGgv0m7qisCB8vaHvD5Yw/UIHsOFBYiID4c=";
};
vendorHash = "sha256-vytfRa4eiF53VTR50l/J2Df587u8xx3lj1QhMYSqglk=";
vendorHash = "sha256-qAgKotc+ypm0pHcbKCgpFmTY5W1b8Oq3XrrP6RVulig=";
ldflags = [
"-s"