Unverified Commit bf8ae4ce authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

home-assistant: pin vulcan-api at 2.3.2 (#354351)

parents 773a9261 790bbf36
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -362,6 +362,15 @@ let
        };
      });

      vulcan-api = super.vulcan-api.overridePythonAttrs (oldAttrs: rec {
        version = "2.3.2";
        src = fetchFromGitHub {
          inherit (oldAttrs.src) owner repo;
          rev = "refs/tags/v${version}";
          hash = "sha256-ebWKcRxAAkHVqV2RaftIHBRJe/TYSUxS+5Utxb0yhtw=";
        };
      });

      # Pinned due to API changes ~1.0
      vultr = super.vultr.overridePythonAttrs (oldAttrs: rec {
        version = "0.1.2";