lol

python311Packages.pylgnetcast: add changelog to meta

+2 -2
+2 -2
pkgs/development/python-modules/pylgnetcast/default.nix
··· 15 15 src = fetchFromGitHub { 16 16 owner = "Drafteed"; 17 17 repo = "python-lgnetcast"; 18 - rev = "refss/tags/v${version}"; 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 - changelog = "https://github.com/Drafteed/python-lgnetcast/releases/tag/${version}"; 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 };