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 <aszlig@redmoonstudios.org>
(cherry picked from commit 9b8f66180f)
This commit is contained in:
aszlig
2015-07-09 12:09:44 +02:00
parent d24705ebb2
commit b3fcde49a8

View File

@@ -4578,12 +4578,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.