From 2c63ee458a66efbb666da38dbc0e17bcb9853821 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 18 Feb 2023 12:47:45 +0100 Subject: [PATCH] python310Packages.ha-ffmpeg: fix changelog entry --- pkgs/development/python-modules/ha-ffmpeg/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/ha-ffmpeg/default.nix b/pkgs/development/python-modules/ha-ffmpeg/default.nix index 244c99b53b35..0da05c75f2db 100644 --- a/pkgs/development/python-modules/ha-ffmpeg/default.nix +++ b/pkgs/development/python-modules/ha-ffmpeg/default.nix @@ -33,7 +33,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library for Home Assistant to handle ffmpeg"; homepage = "https://github.com/home-assistant-libs/ha-ffmpeg/"; - changelog = "https://github.com/home-assistant-libs/ha-ffmpeg/releases/tag/3.1.0"; + changelog = "https://github.com/home-assistant-libs/ha-ffmpeg/releases/tag/${version}"; license = licenses.bsd3; maintainers = teams.home-assistant.members; };