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