Skip to content

Commit

Permalink
hcloud: 1.41.1 -> 1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 2, 2024
1 parent 185474c commit d92a1b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/hcloud/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "hcloud";
version = "1.41.1";
version = "1.42.0";

src = fetchFromGitHub {
owner = "hetznercloud";
repo = "cli";
rev = "refs/tags/v${version}";
hash = "sha256-ZC71++aC0fUkUG0h5aRxU0FpR1eNruFWAB1e2e5c/Vo=";
hash = "sha256-cJNCp60OZBPXtda787PDT9iInxidTvzYmf9orifmS/A=";
};

vendorHash = "sha256-T407Y4IZlJnrCGSWpuN1wv8Dng2F7++2cMfLGjYC2vM=";
vendorHash = "sha256-IIszQCAsNSQYieM1JQH1Dald9saUhZ2kPhwZ1p2GTp4=";

ldflags = [
"-s"
Expand Down

0 comments on commit d92a1b2

Please sign in to comment.