Unverified Commit aa982bc0 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

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

hcloud: 1.27.0 -> 1.28.0
parents 84408081 4132ba35
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,18 +2,18 @@

buildGoModule rec {
  pname = "hcloud";
  version = "1.27.0";
  version = "1.28.0";

  src = fetchFromGitHub {
    owner = "hetznercloud";
    repo = "cli";
    rev = "v${version}";
    sha256 = "sha256-bvPMSys2EY8cMNQ3rG4WlXaI9k2JsEWQkMZnDgcNFhY=";
    sha256 = "sha256-ySCfU/VWZz6tSZbrbhT/OIoxme+Y53eFtlVTI43yNVA=";
  };

  nativeBuildInputs = [ installShellFiles ];

  vendorSha256 = "sha256-/bqlDcv4lQ49NM849MTlna36ENfzUfcHtwuo75I77VQ=";
  vendorSha256 = "sha256-G3kiaYoCyoltyS/OlecJHaYWpeFax1qonOJZr30wSV8=";

  doCheck = false;