Unverified Commit 64b2cfea authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

hcloud: 1.30.3 -> 1.30.4
parents 0a026eb3 83161401
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "hcloud";
  version = "1.30.3";
  version = "1.30.4";

  src = fetchFromGitHub {
    owner = "hetznercloud";
    repo = "cli";
    rev = "v${version}";
    sha256 = "sha256-iF30gh14v2OHwT2W7gb4DaZu1h9RYJjw6rkHaPZp9NU=";
    sha256 = "sha256-282DJegj4lf7oynkdjNC6/PVvQaFbIqOJViua83KTdg=";
  };

  vendorSha256 = "sha256-DoCiyaEPh+QyKgC3PJ5oivJTlcKzscaphXET9et8T1g=";
  vendorSha256 = "sha256-Y2HlY8u2ZFtkAyYG7jqm+DMOFsWSQ6TxI7dm2woGA/Y=";

  ldflags = [
    "-s" "-w"