Skip to content

Commit

Permalink
python/hetzner: 0.8.0 -> 0.8.1
Browse files Browse the repository at this point in the history
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>
(cherry picked from commit 48d1c50)
Reason: This might be relevant for NixOps users on Mac OS X and the
        update won't break anything that wasn't broken before.
  • Loading branch information
aszlig committed Sep 19, 2018
1 parent 305f13d commit 8edf566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -8229,13 +8229,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 = {
Expand Down

0 comments on commit 8edf566

Please sign in to comment.