mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
python-hetzner: Update to new version 0.4.0.
This introduces the following changes: - Validate Robot's SSL server certificates. - Admin accounts can new be managed with the "admin" property of a server instance. - Better and fixed up error reporting. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
b89cbe26a8
commit
0f096b70d0
@ -2128,12 +2128,12 @@ pythonPackages = python.modules // rec {
|
||||
|
||||
hetzner = buildPythonPackage rec {
|
||||
name = "hetzner-${version}";
|
||||
version = "0.3.0";
|
||||
version = "0.4.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/RedMoonStudios/hetzner/archive/"
|
||||
+ "v${version}.tar.gz";
|
||||
sha256 = "10ywn7jbrv86ippf3bpbf01a4jnalwkkd0k7kxc39a55mfbx5s7d";
|
||||
sha256 = "1dzmb4k83cc6dqvxrk2vxvrhgi4x45b6yzs5jvyfjhgl5daisv4b";
|
||||
};
|
||||
|
||||
# not there yet, but coming soon.
|
||||
|
Loading…
Reference in New Issue
Block a user