Unverified Commit 5be6a3f4 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

home-assistant: pin nibe at 0.5.0

parent dd96d8ff
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -62,6 +62,16 @@ let
        };
      });

      nibe = super.nibe.overridePythonAttrs (oldAttrs: rec {
        version = "0.5.0";
        src = fetchFromGitHub {
          owner = "yozik04";
          repo = "nibe";
          rev = "refs/tags/${version}";
          hash = "sha256-DguGWNJfc5DfbcKMX2eMM2U1WyVPcdtv2BmpVloOFSU=";
        };
      });

      # pytest-aiohttp>0.3.0 breaks home-assistant tests
      pytest-aiohttp = super.pytest-aiohttp.overridePythonAttrs (oldAttrs: rec {
        version = "0.3.0";