python/hetzner: 0.8.1 -> 0.8.2

Only includes a small fix for the login into the Robot Web interface,
which is used to eg. provide access to admin accounts (which in turn is
used by the NixOps Hetzner backend).

Signed-off-by: aszlig <aszlig@nix.build>
(cherry picked from commit 56009d4a8d0a7b9d424fea78b300fee3c92d21d5)
release-18.03-flake
aszlig 2019-05-27 19:18:58 +02:00
parent c8c521f0c0
commit 28a8459924
No known key found for this signature in database
GPG Key ID: 684089CE67EBB691
1 changed files with 2 additions and 2 deletions

View File

@ -8229,13 +8229,13 @@ in {
hetzner = buildPythonPackage rec {
name = "hetzner-${version}";
version = "0.8.1";
version = "0.8.2";
src = pkgs.fetchFromGitHub {
repo = "hetzner";
owner = "aszlig";
rev = "v${version}";
sha256 = "1xd1klvjskv0pg8ginih597jkk491a55b8dq80dsm61m5sbsx3vq";
sha256 = "152fklxff08s71v0b78yp5ajwpqyszm3sd7j0qsrwa2x9ik4968h";
};
meta = {