Merge pull request #65599 from zauberpony/hcloud-1.13.0

hcloud: 1.11.0 -> 1.13.0
This commit is contained in:
Sarah Brofeldt 2019-08-03 08:48:17 +02:00 committed by GitHub
commit 33c3c2261a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 20 deletions

View file

@ -1,16 +1,16 @@
{ stdenv, buildGoPackage, fetchFromGitHub }: { stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec { buildGoPackage rec {
name = "hcloud-${version}"; pname = "hcloud";
version = "1.11.0"; version = "1.13.0";
goPackagePath = "github.com/hetznercloud/cli"; goPackagePath = "github.com/hetznercloud/cli";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hetznercloud"; owner = "hetznercloud";
repo = "cli"; repo = "cli";
rev = "v${version}"; rev = "v${version}";
sha256 = "0iknw14728l2mynrvb3fiqm7y893ppp22gbb3mppi6iy3as94f1f"; sha256 = "1bin9gcmmj3i6a11rv7czvnryl8bv7cjz3pi2cqx8baycg3hia5j";
}; };
goDeps = ./deps.nix; goDeps = ./deps.nix;
@ -32,7 +32,7 @@ buildGoPackage rec {
meta = { meta = {
description = "A command-line interface for Hetzner Cloud, a provider for cloud virtual private servers"; description = "A command-line interface for Hetzner Cloud, a provider for cloud virtual private servers";
homepage = https://github.com/hetznercloud/cli; homepage = "https://github.com/hetznercloud/cli";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.zauberpony ]; maintainers = [ stdenv.lib.maintainers.zauberpony ];

View file

@ -1,4 +1,4 @@
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1 # This file was generated by https://github.com/kamilchm/go2nix v1.3.0
[ [
{ {
goPackagePath = "github.com/dustin/go-humanize"; goPackagePath = "github.com/dustin/go-humanize";
@ -23,8 +23,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://github.com/gosuri/uilive"; url = "https://github.com/gosuri/uilive";
rev = "ac356e6e42cd31fcef8e6aec13ae9ed6fe87713e"; rev = "4512d98b127f3f3a1b7c3cf1104969fdd17b31d9";
sha256 = "1k28zbc14p1yqzhamp9rcagjdw6wsdb55m08nx758jwlr31az6jy"; sha256 = "12n3kjgdzrb50jhkcb2ac3437mdhxh33zrcz7mi4gpji20jz4ai7";
}; };
} }
{ {
@ -32,8 +32,17 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://github.com/gosuri/uiprogress"; url = "https://github.com/gosuri/uiprogress";
rev = "d0567a9d84a1c40dd7568115ea66f4887bf57b33"; rev = "4442fea128d2bc91caf276b08518bdf4582561c8";
sha256 = "1m7rxf71mn8w2yysc8wmf2703avhci6f4nkiijjl1f2cx4kzykck"; sha256 = "1g6xjknm0981h3b1drbvm6vd66hiah1cylpdck9cqd18kyxd6bpd";
};
}
{
goPackagePath = "github.com/hetznercloud/cli";
fetch = {
type = "git";
url = "https://github.com/hetznercloud/cli";
rev = "d6ec656f964aac4382d9c724edd27a8608e7b354";
sha256 = "0ng7hihzplwyz4sdipms4m9qq2bcj92qczzd5adhm6da851jxpbc";
}; };
} }
{ {
@ -41,8 +50,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://github.com/hetznercloud/hcloud-go"; url = "https://github.com/hetznercloud/hcloud-go";
rev = "ecee721a51a772254d0104bf4d796358e40d6bbd"; rev = "70b166c92266125ee6a621dcc6089023a5f8d055";
sha256 = "0bwym7f8am14yfh584p28d8lnj4f9mhqi05l1mlrl315xn0c78v3"; sha256 = "02hh214qk8qrhl9rpaywv2z5jpkzx3y2j8gv5xmdprdamrjwwlbc";
}; };
} }
{ {
@ -50,8 +59,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://github.com/pelletier/go-toml"; url = "https://github.com/pelletier/go-toml";
rev = "27c6b39a135b7dc87a14afb068809132fb7a9a8f"; rev = "84da2c4a25c585816f2c4211b699228d111d18ab";
sha256 = "13ldxh43xf4prmcrjzriz3gxpnijpqlzrgyhh7bnkj7lkhryfpk9"; sha256 = "1zh5kswqckz7aaz4kpd1kxbxnlhlmprba1ghkl742x6mbv3w08bm";
}; };
} }
{ {
@ -59,8 +68,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://github.com/spf13/cobra"; url = "https://github.com/spf13/cobra";
rev = "d2d81d9a96e23f0255397222bb0b4e3165e492dc"; rev = "1c9c46d5c1cc2aaebdd1898c0680e85e8a44b36d";
sha256 = "14nhpiyhz2lm468y5sm1vyxks5aky12kmbhmqq319s92lkm494cy"; sha256 = "0mxliq4gfvdazga8mapc2sazi915rz1h6prnark9hwbbsz0xn0r3";
}; };
} }
{ {
@ -86,8 +95,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://go.googlesource.com/crypto"; url = "https://go.googlesource.com/crypto";
rev = "ff983b9c42bc9fbf91556e191cc8efb585c16908"; rev = "4def268fd1a49955bfb3dda92fe3db4f924f2285";
sha256 = "1hpr06kzn8jnn3gvzp0p9zn4fz4l9h69f7x66idx142w4xdlaanz"; sha256 = "1bfsnari529gw34cz0zqk3d9mrkcj1ay35kangri8kbgll0ss5a6";
}; };
} }
{ {
@ -95,8 +104,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://go.googlesource.com/sys"; url = "https://go.googlesource.com/sys";
rev = "7fbe1cd0fcc20051e1fcb87fbabec4a1bacaaeba"; rev = "fc99dfbffb4e5ed5758a37e31dd861afe285406b";
sha256 = "0y49s4kazign9nsw2x3h39cgs14lqi57m4hrka26w49z8a1xdyc6"; sha256 = "186x8bg926qb9sprs5zpd97xzvvhc2si7q1nhvyg12r5cd6v7zjd";
}; };
} }
] ]