urlwatch: 2.26 -> 2.28

Diff: https://github.com/thp/urlwatch/compare/2.26...2.28

+2 -2
+2 -2
pkgs/tools/networking/urlwatch/default.nix
··· 5 5 6 6 python3Packages.buildPythonApplication rec { 7 7 pname = "urlwatch"; 8 - version = "2.26"; 8 + version = "2.28"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "thp"; 12 12 repo = "urlwatch"; 13 13 rev = version; 14 - hash = "sha256-EdRHwUHnAwum7UIgzmETeuQSyisb4zrmWGPgo7RewWQ="; 14 + hash = "sha256-dGohG2+HrsuKegPAn1fmpLYPpovEEUsx+C/0sp2/cX0="; 15 15 }; 16 16 17 17 propagatedBuildInputs = with python3Packages; [