summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2021-04-05 18:05:42 +0200
committeraszlig <aszlig@nix.build>2021-04-05 21:10:27 +0200
commit6d1a044fc9ff3cc96fca5fa3ba9c158522bbf2a5 (patch)
tree094c4ae0f252cbd517c32a68c2df6197cf092e93
parentMerge remote-tracking branch 'origin/staging-20.03' into release-20.03 (diff)
downloadnixpkgs-6d1a044fc9ff3cc96fca5fa3ba9c158522bbf2a5.tar.gz
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)
-rw-r--r--pkgs/development/python-modules/hetzner/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hetzner/default.nix b/pkgs/development/python-modules/hetzner/default.nix
index 2909d2c2a6c5..0401cd09775d 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.2";
+ version = "0.8.3";
src = fetchFromGitHub {
repo = "hetzner";
owner = "aszlig";
rev = "v${version}";
- sha256 = "152fklxff08s71v0b78yp5ajwpqyszm3sd7j0qsrwa2x9ik4968h";
+ sha256 = "0nhm7j2y4rgmrl0c1rklg982qllp7fky34dchqwd4czbsdnv9j7a";
};
meta = with stdenv.lib; {