Robert Schütz
2025-11-21 15:30:10 -08:00
parent c89a12a75d
commit 17a4dd8cd1
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "go2rtc-client";
version = "0.2.1";
version = "0.3.0";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = "python-go2rtc-client";
tag = version;
hash = "sha256-d5N9IEmxCDKqDv4lD9tYyTPWtR6d86iCZzucx3Pbx7Y=";
hash = "sha256-TJl4797z1q4fbjTX7d+KyWJukn6SwMwGUsNzuQg8hmc=";
};
postPatch = ''