lol

python310Packages.flux-led: add changelog to meta

+2 -1
+2 -1
pkgs/development/python-modules/flux-led/default.nix
··· 17 17 owner = "Danielhiversen"; 18 18 repo = "flux_led"; 19 19 rev = "refs/tags/${version}"; 20 - sha256 = "sha256-YZ0ox04xakpazOIAERM2EO5c4PzmaSwYWULSjp0MJbw="; 20 + hash = "sha256-YZ0ox04xakpazOIAERM2EO5c4PzmaSwYWULSjp0MJbw="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [ ··· 44 44 meta = with lib; { 45 45 description = "Python library to communicate with the flux_led smart bulbs"; 46 46 homepage = "https://github.com/Danielhiversen/flux_led"; 47 + changelog = "https://github.com/Danielhiversen/flux_led/releases/tag/${version}"; 47 48 license = licenses.lgpl3Plus; 48 49 maintainers = with maintainers; [ colemickens ]; 49 50 platforms = platforms.linux;