python-hetzner: Update to bugfix version 0.7.4.

Fixes pinned CA root certificate and probing for system CA bundle.

Closes NixOS/nixops#354.

I'm using fetchFromGitHub now because it's use of fetchzip is more
stable for autogenerated tarballs from GitHub.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2015-11-04 13:59:36 +01:00
parent 827adff712
commit 1d1cf4845f
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -7579,12 +7579,13 @@ let
hetzner = buildPythonPackage rec {
name = "hetzner-${version}";
version = "0.7.3";
version = "0.7.4";
src = pkgs.fetchurl {
url = "https://github.com/RedMoonStudios/hetzner/archive/"
+ "v${version}.tar.gz";
sha256 = "1a0kcwqd1pj5giwh75m2m3jcnr1kd38v40hh64wgly2zp485nm5m";
src = pkgs.fetchFromGitHub {
repo = "hetzner";
owner = "RedMoonStudios";
rev = "v${version}";
sha256 = "04dlixczzvpimk48p87ix7j9q54jy46cwn4f05n2dlzsyc5vvxin";
};
# not there yet, but coming soon.