python/hetzner: 0.8.0 -> 0.8.1

This is only a minor bugfix release and updates the fallback CA root
certificates. For NixOS this is usually not required as the probe paths
will match there, but for non-NixOS users it might be helpful.

Signed-off-by: aszlig <aszlig@nix.build>
This commit is contained in:
aszlig 2018-09-19 14:26:13 +02:00
parent 08b94e3c45
commit 48d1c50f7a
No known key found for this signature in database
GPG Key ID: 684089CE67EBB691

View File

@ -6116,13 +6116,13 @@ in {
hetzner = buildPythonPackage rec {
name = "hetzner-${version}";
version = "0.8.0";
version = "0.8.1";
src = pkgs.fetchFromGitHub {
repo = "hetzner";
owner = "aszlig";
rev = "v${version}";
sha256 = "04q2q2w2qkhfly8rfjg2h5pnh42gs18l6cmipqc37yf7qvkw3nd0";
sha256 = "1xd1klvjskv0pg8ginih597jkk491a55b8dq80dsm61m5sbsx3vq";
};
meta = {