tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python311Packages.pylgnetcast: add changelog to meta
Fabian Affolter
2 years ago
3a67390f
4411bd1d
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pylgnetcast
default.nix
+2
-2
pkgs/development/python-modules/pylgnetcast/default.nix
reviewed
···
15
15
src = fetchFromGitHub {
16
16
owner = "Drafteed";
17
17
repo = "python-lgnetcast";
18
18
-
rev = "refss/tags/v${version}";
18
18
+
rev = "refs/tags/v${version}";
19
19
hash = "sha256-UxZ4XM7n0Ryd4D967fXPTA4sqTrZwS8Tj/Q8kNGdk8Q=";
20
20
};
21
21
···
33
33
meta = with lib; {
34
34
description = "Python API client for the LG Smart TV running NetCast 3 or 4";
35
35
homepage = "https://github.com/Drafteed/python-lgnetcast";
36
36
-
changelog = "https://github.com/Drafteed/python-lgnetcast/releases/tag/${version}";
36
36
+
changelog = "https://github.com/Drafteed/python-lgnetcast/releases/tag/v${version}";
37
37
license = with licenses; [ mit ];
38
38
maintainers = with maintainers; [ fab ];
39
39
};