3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.aiolookin: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-04 11:25:35 +01:00
parent 613827f0ce
commit 55850cf9c1

View file

@ -19,8 +19,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "ANMalko";
repo = pname;
rev = "v${version}";
sha256 = "sha256-xFxkhKM/lX/kSg709wID7HlkfNKDlOcL3STUZOrHZJ8=";
rev = "refs/tags/v${version}";
hash = "sha256-xFxkhKM/lX/kSg709wID7HlkfNKDlOcL3STUZOrHZJ8=";
};
propagatedBuildInputs = [
@ -46,6 +46,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python client for interacting with LOOKin devices";
homepage = "https://github.com/ANMalko/aiolookin";
changelog = "https://github.com/ANMalko/aiolookin/blob/v${version}/CHANGELOG.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};