Skip to content

Commit 2a75ecc

Browse files
committed
1 parent a01ee2f commit 2a75ecc

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/go2rtc-client

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/go2rtc-client/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
buildPythonPackage rec {
2020
pname = "go2rtc-client";
21-
version = "0.1.1";
21+
version = "0.1.2";
2222
pyproject = true;
2323

2424
disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
2727
owner = "home-assistant-libs";
2828
repo = "python-go2rtc-client";
2929
rev = "refs/tags/${version}";
30-
hash = "sha256-EVdkSipRAvI4sKOBjLlKnHpi3soMWap/T0O9W4zveco=";
30+
hash = "sha256-t4ewL4YvxdeDBBKDYapvDUK/Mt6zQ/hhOpVtW3dlmSg=";
3131
};
3232

3333
postPatch = ''

0 commit comments

Comments
 (0)