python/hetzner: 0.7.4 -> 0.7.5

This essentially unbreaks deploying new Hetzner machines with NixOps,
because the Hetzner robot has changed its way of handling admin
accounts.

It also now provides a more helpful error message (instead of an
AssertionError) if admin account creation has failed.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Reported-by: Graham Christensen <graham@grahamc.com>
Issue: https://github.com/NixOS/nixops/issues/563
This commit is contained in:
aszlig 2016-12-20 10:16:14 +01:00
parent fd5a6b8efc
commit ccbce6b11a
No known key found for this signature in database
GPG key ID: 1DE8E48E57DB5436

View file

@ -12441,13 +12441,13 @@ in {
hetzner = buildPythonPackage rec {
name = "hetzner-${version}";
version = "0.7.4";
version = "0.7.5";
src = pkgs.fetchFromGitHub {
repo = "hetzner";
owner = "RedMoonStudios";
rev = "v${version}";
sha256 = "04dlixczzvpimk48p87ix7j9q54jy46cwn4f05n2dlzsyc5vvxin";
sha256 = "1fw7i1z4a39i1ljd9qd4f5p1p3a4257jfglkdpw90xjwl7fdpq42";
};
# not there yet, but coming soon.