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:
parent
827adff712
commit
1d1cf4845f
@ -7579,12 +7579,13 @@ let
|
|||||||
|
|
||||||
hetzner = buildPythonPackage rec {
|
hetzner = buildPythonPackage rec {
|
||||||
name = "hetzner-${version}";
|
name = "hetzner-${version}";
|
||||||
version = "0.7.3";
|
version = "0.7.4";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchFromGitHub {
|
||||||
url = "https://github.com/RedMoonStudios/hetzner/archive/"
|
repo = "hetzner";
|
||||||
+ "v${version}.tar.gz";
|
owner = "RedMoonStudios";
|
||||||
sha256 = "1a0kcwqd1pj5giwh75m2m3jcnr1kd38v40hh64wgly2zp485nm5m";
|
rev = "v${version}";
|
||||||
|
sha256 = "04dlixczzvpimk48p87ix7j9q54jy46cwn4f05n2dlzsyc5vvxin";
|
||||||
};
|
};
|
||||||
|
|
||||||
# not there yet, but coming soon.
|
# not there yet, but coming soon.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user