python310Packages.hole: add changelog to meta

+2 -1
+2 -1
pkgs/development/python-modules/hole/default.nix
··· 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - sha256 = "sha256-yZpzGfB5RTWaRn2DmT+cbSDC0pL16FyUc0Nr/V6TlhU="; 18 + hash = "sha256-yZpzGfB5RTWaRn2DmT+cbSDC0pL16FyUc0Nr/V6TlhU="; 19 19 }; 20 20 21 21 propagatedBuildInputs = [ ··· 33 33 meta = with lib; { 34 34 description = "Python API for interacting with a Pihole instance."; 35 35 homepage = "https://github.com/home-assistant-ecosystem/python-hole"; 36 + changelog = "https://github.com/home-assistant-ecosystem/python-hole/releases/tag/${version}"; 36 37 license = with licenses; [ mit ]; 37 38 maintainers = with maintainers; [ fab ]; 38 39 };