lol

python310Packages.ha-ffmpeg: fix changelog entry

authored by

Fabian Affolter and committed by
GitHub
2c63ee45 a7b44927

+1 -1
+1 -1
pkgs/development/python-modules/ha-ffmpeg/default.nix
··· 33 33 meta = with lib; { 34 34 description = "Library for Home Assistant to handle ffmpeg"; 35 35 homepage = "https://github.com/home-assistant-libs/ha-ffmpeg/"; 36 - changelog = "https://github.com/home-assistant-libs/ha-ffmpeg/releases/tag/3.1.0"; 36 + changelog = "https://github.com/home-assistant-libs/ha-ffmpeg/releases/tag/${version}"; 37 37 license = licenses.bsd3; 38 38 maintainers = teams.home-assistant.members; 39 39 };