Skip to content

Commit

Permalink
Merge pull request NixOS#247014 from mweinelt/home-assistant-pyasn1-pin
Browse files Browse the repository at this point in the history
home-assistant: pin pyasn1 at 0.4.8
  • Loading branch information
mweinelt authored Aug 3, 2023
2 parents 00abdb4 + 55134f4 commit 48878df
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkgs/servers/home-assistant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,15 @@ let
};
});

pyasn1 = super.pyasn1.overridePythonAttrs (oldAttrs: rec {
version = "0.4.8";
src = fetchPypi {
inherit (oldAttrs) pname;
inherit version;
hash = "sha256-rvd8n7lKOsWI6HhBIIvexGRHHZhxvVBQoofMmkdc0Lo=";
};
});

# Pinned due to API changes >0.3.5.3
pyatag = super.pyatag.overridePythonAttrs (oldAttrs: rec {
version = "0.3.5.3";
Expand Down

0 comments on commit 48878df

Please sign in to comment.