forked from mirrors/nixpkgs
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:
parent
fd5a6b8efc
commit
ccbce6b11a
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue