mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python-hetzner: Update to new version 0.6.0.
This introduces the following changes: - Remove scraping of the Robot web interface for getting the server ID. - Display server number whenever appropriate. - Remove duplicate definition of exceptions. - Gracefully return if there are no subnets available. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
51c48e2320
commit
39707b3224
@ -2708,12 +2708,12 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
|
||||
hetzner = buildPythonPackage rec {
|
||||
name = "hetzner-${version}";
|
||||
version = "0.5.0";
|
||||
version = "0.6.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/RedMoonStudios/hetzner/archive/"
|
||||
+ "v${version}.tar.gz";
|
||||
sha256 = "0i8b2nx4mf87qn4zz7kz321cl1bxlvjdwm7yh8md5hrhqbya4jw5";
|
||||
sha256 = "1cgi77f453ahw3ad6hvqwbyp6fwnh90rlzfgl9cp79wg58wyar4w";
|
||||
};
|
||||
|
||||
# not there yet, but coming soon.
|
||||
|
Loading…
Reference in New Issue
Block a user