This commit is contained in:
mjallen18
2026-03-03 14:18:40 -06:00
parent 9a962363e8
commit 85b69d69ff
4 changed files with 44 additions and 8 deletions

View File

@@ -16,8 +16,8 @@ python3Packages.buildPythonPackage rec {
src = fetchFromGitHub {
owner = "humbertogontijo";
repo = "python-roborock";
tag = "v4.17.2";
hash = "sha256-i2XVzhZP+qA0pAv1qcaxGlgvhcz4efELO9t4vylRGdw=";
tag = "v${version}";
hash = "sha256-u4By7GmCvFrAnVVkFeoJCRX3Pey3Z3OF6uM+u9RTi7E=";
};
pythonRelaxDeps = [