6 python3Packages.buildPythonApplication rec {
10 src = fetchFromGitHub {
14 hash = "sha256-X1UR9JrQuujOIUg87W0YqfXsM3A5nttWjjJMIe3hgk8=";
17 propagatedBuildInputs = with python3Packages; [
37 description = "Tool for monitoring webpages for updates";
38 mainProgram = "urlwatch";
39 homepage = "https://thp.io/2008/urlwatch/";
40 license = licenses.bsd3;
41 maintainers = with maintainers; [ kmein tv ];