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

This commit is contained in:
Martin Weinelt
2024-11-08 00:41:25 +01:00
committed by GitHub
+9
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";