lol

python311Packages.pylgnetcast: add changelog to meta

authored by

Fabian Affolter and committed by
GitHub
4411bd1d 14ec5db5

+3 -2
+3 -2
pkgs/development/python-modules/pylgnetcast/default.nix
··· 15 15 src = fetchFromGitHub { 16 16 owner = "Drafteed"; 17 17 repo = "python-lgnetcast"; 18 - rev = "v${version}"; 19 - sha256 = "sha256-UxZ4XM7n0Ryd4D967fXPTA4sqTrZwS8Tj/Q8kNGdk8Q="; 18 + rev = "refss/tags/v${version}"; 19 + hash = "sha256-UxZ4XM7n0Ryd4D967fXPTA4sqTrZwS8Tj/Q8kNGdk8Q="; 20 20 }; 21 21 22 22 propagatedBuildInputs = [ ··· 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 + changelog = "https://github.com/Drafteed/python-lgnetcast/releases/tag/${version}"; 36 37 license = with licenses; [ mit ]; 37 38 maintainers = with maintainers; [ fab ]; 38 39 };