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:
parent
cdd999baee
commit
9b8f66180f
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue