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": {
"fetcher": "pypi",
"name": "homeassistant_api",
"version": "${version}",
"hash": "sha256-UNKTtgInrVJtjHb1WVlUbcbhjBOtTX00eHmm54ww0rY="
}
}

View File

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

View File

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

View File

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