Merge pull request #204447 from fabaff/aiolyric-bump

python310Packages.aiolyric: add changelog to meta

authored by Fabian Affolter and committed by GitHub db24873c 335f0ee3

+2 -1
+2 -1
pkgs/development/python-modules/aiolyric/default.nix
··· 16 16 src = fetchFromGitHub { 17 17 owner = "timmo001"; 18 18 repo = pname; 19 - rev = "v${version}"; 19 + rev = "refs/tags/v${version}"; 20 20 hash = "sha256-yKeG0UCQ8haT1hvywoIwKQ519GK2wFg0wXaRTFeKYIk="; 21 21 }; 22 22 ··· 40 40 meta = with lib; { 41 41 description = "Python module for the Honeywell Lyric Platform"; 42 42 homepage = "https://github.com/timmo001/aiolyric"; 43 + changelog = "https://github.com/timmo001/aiolyric/releases/tag/v${version}"; 43 44 license = with licenses; [ mit ]; 44 45 maintainers = with maintainers; [ fab ]; 45 46 };