mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
python-hetzner: Update to new version 0.7.0.
This introduces the following changes: - hetznerctl: Fix UnicodeEncodeError in server product name. - Support rebooting of vServers. - Server now has a new attribute is_vserver. - Add a README.md with examples. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
d4b1250b6c
commit
ab7a8abd58
@ -3212,12 +3212,12 @@ rec {
|
||||
|
||||
hetzner = buildPythonPackage rec {
|
||||
name = "hetzner-${version}";
|
||||
version = "0.6.0";
|
||||
version = "0.7.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/RedMoonStudios/hetzner/archive/"
|
||||
+ "v${version}.tar.gz";
|
||||
sha256 = "1cgi77f453ahw3ad6hvqwbyp6fwnh90rlzfgl9cp79wg58wyar4w";
|
||||
sha256 = "1ldbhwy6yk18frv6n9znvdsrqfnpch4mfvc70jrpq3f9fw236src";
|
||||
};
|
||||
|
||||
# not there yet, but coming soon.
|
||||
|
Loading…
Reference in New Issue
Block a user