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