Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4f4f364ac74e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8b11be8794bd
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 11, 2020

  1. hcloud: 1.19.1 -> 1.20.0

    r-ryantm committed Nov 11, 2020
    Copy the full SHA
    85d4895 View commit details
  2. Merge pull request #103420 from r-ryantm/auto-update/hcloud

    hcloud: 1.19.1 -> 1.20.0
    marsam authored Nov 11, 2020
    Copy the full SHA
    8b11be8 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/hcloud/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/hcloud/default.nix
Original file line number Diff line number Diff line change
@@ -2,18 +2,18 @@

buildGoModule rec {
pname = "hcloud";
version = "1.19.1";
version = "1.20.0";

src = fetchFromGitHub {
owner = "hetznercloud";
repo = "cli";
rev = "v${version}";
sha256 = "0iq04jfqvmwlm6947kzz4c3a33lvwxvj42z179rc3126b5v7bq54";
sha256 = "0sjshcppcfdfz29nsrzvrciypcb4r7fbl2sqhlkcq948b7k3jk8b";
};

nativeBuildInputs = [ installShellFiles ];

vendorSha256 = "1svwrb5wyz5d8fgx36bpypnfq4hmpfxyd197cla9wnqpbkia7n5r";
vendorSha256 = "0q6jm2ghwrbjxn76i8wz72xjdmwfvl5dn8n4zilyjjx9vvllwdjw";

doCheck = false;