python3Packages.reolink-aio: 0.11.6 -> 0.11.7

https://github.com/starkillerOG/reolink_aio/releases/tag/0.11.7
This commit is contained in:
Martin Weinelt
2025-01-27 10:57:12 +01:00
parent a1d0fec1d5
commit 5c8508d9d9
@@ -43,7 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module to interact with the Reolink IP camera API";
homepage = "https://github.com/starkillerOG/reolink_aio";
changelog = "https://github.com/starkillerOG/reolink_aio/releases/tag/${version}";
changelog = "https://github.com/starkillerOG/reolink_aio/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};