From 9b8f66180f42a01e7bea493ed9222e3264649453 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 9 Jul 2015 12:09:44 +0200 Subject: [PATCH] python-hetzner: Update to bugfix version 0.7.3. Fixes creating of admin accounts, which is used by NixOps to deploy new servers. Props to @rbvermaa for reporting the issue and testing it with NixOps. Signed-off-by: aszlig --- 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 c31f34ffae3a..240e3de4c38e 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -6222,12 +6222,12 @@ let hetzner = buildPythonPackage rec { name = "hetzner-${version}"; - version = "0.7.2"; + version = "0.7.3"; src = pkgs.fetchurl { url = "https://github.com/RedMoonStudios/hetzner/archive/" + "v${version}.tar.gz"; - sha256 = "07jnrgy9fkh1hwgsa8491ljz9spazmifqsg92m3xnamja1536qfl"; + sha256 = "1a0kcwqd1pj5giwh75m2m3jcnr1kd38v40hh64wgly2zp485nm5m"; }; # not there yet, but coming soon.