We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f143e76 + 5b14006 commit 98cf648Copy full SHA for 98cf648
pkgs/development/python-modules/go2rtc-client/default.nix
@@ -18,7 +18,7 @@
18
19
buildPythonPackage rec {
20
pname = "go2rtc-client";
21
- version = "0.3.0";
+ version = "0.4.0";
22
pyproject = true;
23
24
disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
27
owner = "home-assistant-libs";
28
repo = "python-go2rtc-client";
29
tag = version;
30
- hash = "sha256-TJl4797z1q4fbjTX7d+KyWJukn6SwMwGUsNzuQg8hmc=";
+ hash = "sha256-+/ko59AeFl8R/fRNjB5SykFPXm8PR3s6Imccj/bHkJI=";
31
};
32
33
postPatch = ''
0 commit comments