Skip to content

Commit 2a97e14

Browse files
committedDec 20, 2016
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: NixOS/nixops#563 (cherry picked from commit ccbce6b)
1 parent eaf6fc8 commit 2a97e14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/top-level/python-packages.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -11563,13 +11563,13 @@ in modules // {
1156311563

1156411564
hetzner = buildPythonPackage rec {
1156511565
name = "hetzner-${version}";
11566-
version = "0.7.4";
11566+
version = "0.7.5";
1156711567

1156811568
src = pkgs.fetchFromGitHub {
1156911569
repo = "hetzner";
1157011570
owner = "RedMoonStudios";
1157111571
rev = "v${version}";
11572-
sha256 = "04dlixczzvpimk48p87ix7j9q54jy46cwn4f05n2dlzsyc5vvxin";
11572+
sha256 = "1fw7i1z4a39i1ljd9qd4f5p1p3a4257jfglkdpw90xjwl7fdpq42";
1157311573
};
1157411574

1157511575
# not there yet, but coming soon.

0 commit comments

Comments
 (0)
Please sign in to comment.