Skip to content

Commit

Permalink
pythonPackages.hetzner: 0.8.2 -> 0.8.3
Browse files Browse the repository at this point in the history
Recent changes in the Hetzner Robot API have removed a few obsolete
fields which version 0.8.2 was still referencing and which is now fixed
in version 0.8.3.

Due to a misunderstanding on my side I haven't updated to version 0.8.3
in nixpkgs yet, which resulted in this delay.

This fixes the NixOps Hetzner backend.

Signed-off-by: aszlig <aszlig@nix.build>
(cherry picked from commit e899b57)
  • Loading branch information
aszlig committed Apr 5, 2021
1 parent 1eea371 commit 6d1a044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/hetzner/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

buildPythonPackage rec {
pname = "hetzner";
version = "0.8.2";
version = "0.8.3";

src = fetchFromGitHub {
repo = "hetzner";
owner = "aszlig";
rev = "v${version}";
sha256 = "152fklxff08s71v0b78yp5ajwpqyszm3sd7j0qsrwa2x9ik4968h";
sha256 = "0nhm7j2y4rgmrl0c1rklg982qllp7fky34dchqwd4czbsdnv9j7a";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 6d1a044

Please sign in to comment.