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 1f805c0 + 2a75ecc commit f8fa46dCopy full SHA for f8fa46d
pkgs/development/python-modules/go2rtc-client/default.nix
@@ -18,7 +18,7 @@
18
19
buildPythonPackage rec {
20
pname = "go2rtc-client";
21
- version = "0.1.1";
+ version = "0.1.2";
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
rev = "refs/tags/${version}";
30
- hash = "sha256-EVdkSipRAvI4sKOBjLlKnHpi3soMWap/T0O9W4zveco=";
+ hash = "sha256-t4ewL4YvxdeDBBKDYapvDUK/Mt6zQ/hhOpVtW3dlmSg=";
31
};
32
33
postPatch = ''
0 commit comments