3
0
Fork 0
forked from mirrors/nixpkgs

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>
This commit is contained in:
aszlig 2015-07-09 12:09:44 +02:00
parent cdd999baee
commit 9b8f66180f
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -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.