home-assistant: pin hatasmota at 0.3.1

This commit is contained in:
Martin Weinelt 2022-03-06 18:06:07 +01:00
parent 8fde457ce9
commit 9b13c3712f

View File

@ -57,6 +57,18 @@ let
});
})
(self: super: {
hatasmota = super.hatasmota.overridePythonAttrs (oldAttrs: {
version = "0.3.1";
src = fetchFromGitHub {
owner = "emontnemery";
repo = "hatasmota";
rev = "0.3.1";
sha256 = "sha256-/am6cRhAdiqMq0u7Ed4qhIA+Em2O0gIt7HfP19+2XHw=";
};
});
})
(self: super: {
huawei-lte-api = super.huawei-lte-api.overridePythonAttrs (oldAttrs: rec {
version = "1.4.18";