home-assistant: pin vulcan-api at 2.3.2

This commit is contained in:
Martin Weinelt 2024-11-08 00:18:28 +01:00
parent b091eee5ba
commit 790bbf36da
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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";