hcloud: 1.9.1 -> 1.11.0

This commit is contained in:
Elmar Athmer
2019-01-10 14:02:47 -05:00
committed by Dmitry Kalinkin
parent 6bc8a66212
commit 539d62be3a
2 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
buildGoPackage rec {
name = "hcloud-${version}";
version = "1.9.1";
version = "1.11.0";
goPackagePath = "github.com/hetznercloud/cli";
@@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "hetznercloud";
repo = "cli";
rev = "v${version}";
sha256 = "0qc4mzjd1q3xv1j0dxv5qvk443bdhh5hlbv3i3444v36wycj3171";
sha256 = "0iknw14728l2mynrvb3fiqm7y893ppp22gbb3mppi6iy3as94f1f";
};
goDeps = ./deps.nix;