From 56009d4a8d0a7b9d424fea78b300fee3c92d21d5 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 27 May 2019 19:18:58 +0200 Subject: [PATCH] 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 --- pkgs/development/python-modules/hetzner/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/hetzner/default.nix b/pkgs/development/python-modules/hetzner/default.nix index ccf4e1a5ba7f..2909d2c2a6c5 100644 --- a/pkgs/development/python-modules/hetzner/default.nix +++ b/pkgs/development/python-modules/hetzner/default.nix @@ -5,13 +5,13 @@ buildPythonPackage rec { pname = "hetzner"; - version = "0.8.1"; + version = "0.8.2"; src = fetchFromGitHub { repo = "hetzner"; owner = "aszlig"; rev = "v${version}"; - sha256 = "1xd1klvjskv0pg8ginih597jkk491a55b8dq80dsm61m5sbsx3vq"; + sha256 = "152fklxff08s71v0b78yp5ajwpqyszm3sd7j0qsrwa2x9ik4968h"; }; meta = with stdenv.lib; { @@ -20,5 +20,4 @@ buildPythonPackage rec { license = licenses.bsd3; maintainers = with maintainers; [ aszlig ]; }; - }