tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.flux-led: add changelog to meta
Fabian Affolter
3 years ago
8a293629
d115b82f
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
flux-led
default.nix
+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
20
-
sha256 = "sha256-YZ0ox04xakpazOIAERM2EO5c4PzmaSwYWULSjp0MJbw=";
20
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
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;