Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

pythonPackages.hetzner: 0.8.2 -> 0.8.3

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 e899b57c8aae84b5c29a2d23bd5c33cc6afab2cd)

aszlig 6d1a044f 1eea3719

Changed files
+2 -2
pkgs
development
python-modules
hetzner
+2 -2
pkgs/development/python-modules/hetzner/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "hetzner"; 8 - version = "0.8.2"; 8 + version = "0.8.3"; 9 9 10 10 src = fetchFromGitHub { 11 11 repo = "hetzner"; 12 12 owner = "aszlig"; 13 13 rev = "v${version}"; 14 - sha256 = "152fklxff08s71v0b78yp5ajwpqyszm3sd7j0qsrwa2x9ik4968h"; 14 + sha256 = "0nhm7j2y4rgmrl0c1rklg982qllp7fky34dchqwd4czbsdnv9j7a"; 15 15 }; 16 16 17 17 meta = with stdenv.lib; {