This commit is contained in:
mjallen18
2026-03-31 14:00:04 -05:00
parent bd799661b9
commit 35154eb694
4 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
"homeassistant_api": { "homeassistant_api": {
"fetcher": "pypi", "fetcher": "pypi",
"name": "homeassistant_api", "name": "homeassistant_api",
"version": "${version}",
"hash": "sha256-UNKTtgInrVJtjHb1WVlUbcbhjBOtTX00eHmm54ww0rY=" "hash": "sha256-UNKTtgInrVJtjHb1WVlUbcbhjBOtTX00eHmm54ww0rY="
} }
} }

View File

@@ -7,6 +7,7 @@
"gehomesdk": { "gehomesdk": {
"fetcher": "pypi", "fetcher": "pypi",
"name": "gehomesdk", "name": "gehomesdk",
"version": "${version}",
"hash": "sha256-+BWGkUDKd+9QGbdXuLjmJxLm1xUv0dpIRlPlDkUJ25w=" "hash": "sha256-+BWGkUDKd+9QGbdXuLjmJxLm1xUv0dpIRlPlDkUJ25w="
} }
} }

View File

@@ -12,7 +12,6 @@ let
versionSpec = importJSON ./version.json; versionSpec = importJSON ./version.json;
selected = selectVariant versionSpec null null; selected = selectVariant versionSpec null null;
sources = mkAllSources pkgs selected; sources = mkAllSources pkgs selected;
src-meta = selected.sources."python-steam";
version = selected.variables.version; version = selected.variables.version;
in in
python3Packages.buildPythonPackage { python3Packages.buildPythonPackage {

View File

@@ -7,6 +7,7 @@
"python-steam": { "python-steam": {
"fetcher": "pypi", "fetcher": "pypi",
"name": "steam", "name": "steam",
"version": "${version}",
"hash": "sha256-K1vWkRwNSnMS9EG40WK52NR8i+u478bIhnOTsDI/pS4=" "hash": "sha256-K1vWkRwNSnMS9EG40WK52NR8i+u478bIhnOTsDI/pS4="
} }
} }