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:
parent
08b94e3c45
commit
48d1c50f7a
|
@ -6116,13 +6116,13 @@ in {
|
||||||
|
|
||||||
hetzner = buildPythonPackage rec {
|
hetzner = buildPythonPackage rec {
|
||||||
name = "hetzner-${version}";
|
name = "hetzner-${version}";
|
||||||
version = "0.8.0";
|
version = "0.8.1";
|
||||||
|
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
repo = "hetzner";
|
repo = "hetzner";
|
||||||
owner = "aszlig";
|
owner = "aszlig";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "04q2q2w2qkhfly8rfjg2h5pnh42gs18l6cmipqc37yf7qvkw3nd0";
|
sha256 = "1xd1klvjskv0pg8ginih597jkk491a55b8dq80dsm61m5sbsx3vq";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue