lol

python310Packages.flux-led: add changelog to meta

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