Unverified Commit 673dbdfa authored by Emily Trau's avatar Emily Trau Committed by GitHub
Browse files

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

hcloud: 1.38.3 -> 1.40.0
parents 7b642cf0 6ed8feee
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

buildGoModule rec {
  pname = "hcloud";
  version = "1.38.3";
  version = "1.40.0";

  src = fetchFromGitHub {
    owner = "hetznercloud";
    repo = "cli";
    rev = "refs/tags/v${version}";
    hash = "sha256-argcQvt4875TNOX5P5sOF41u6GcFq79gnH41To73foM=";
    hash = "sha256-usHBlfEym39p8S6w2eNeXVKpqxlJxLCn9DwK2J1AqdI=";
  };

  vendorHash = "sha256-RXojFeT80oroBSweyb0eYo+LC/JTi1F3LmQ10XpnEXA=";
  vendorHash = "sha256-vytfRa4eiF53VTR50l/J2Df587u8xx3lj1QhMYSqglk=";

  ldflags = [
    "-s"