From 1d0e666eed79af32ca77999232cac27b0abf7a69 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 25 Jul 2013 17:38:10 +0200 Subject: [PATCH] python-hetzner: Update to new version 0.5.0. This introduces the following changes: - New subcommand "show" for hetznerctl which shows additional information about one or more servers. - Allow to get subnets of a specific server through the "subnets" attribute. - Allow te get IP addresses of a specific server through the "ips" attribute. Signed-off-by: aszlig --- pkgs/top-level/python-packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 1cd743e5122..d08eaa23da5 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -2148,12 +2148,12 @@ pythonPackages = python.modules // rec { hetzner = buildPythonPackage rec { name = "hetzner-${version}"; - version = "0.4.1"; + version = "0.5.0"; src = fetchurl { url = "https://github.com/RedMoonStudios/hetzner/archive/" + "v${version}.tar.gz"; - sha256 = "1x48r3n818iyzyb0a5jpcrq1rgdrpj3549kcv76wgpw4f7hi0b76"; + sha256 = "0i8b2nx4mf87qn4zz7kz321cl1bxlvjdwm7yh8md5hrhqbya4jw5"; }; # not there yet, but coming soon.