From ccbce6b11ab0e47c2f701f2539f989a7fd323687 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 20 Dec 2016 10:16:14 +0100 Subject: [PATCH] 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 Reported-by: Graham Christensen Issue: https://github.com/NixOS/nixops/issues/563 --- 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 82d5649120d..e5d2cc303d6 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -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.