Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #93953 from r-ryantm/auto-update/urlwatch

authored by Vladyslav M and committed by GitHub b791663f e13377f4

+2 -2
+2 -2
pkgs/tools/networking/urlwatch/default.nix
··· 2 3 python3Packages.buildPythonApplication rec { 4 name = "urlwatch-${version}"; 5 - version = "2.18"; 6 7 src = fetchFromGitHub { 8 owner = "thp"; 9 repo = "urlwatch"; 10 rev = version; 11 - sha256 = "14dmyk95v3kajhn1w2lpil3rjs78y0wxylsxclv6zjxgjcc1xsi3"; 12 }; 13 14 propagatedBuildInputs = with python3Packages; [
··· 2 3 python3Packages.buildPythonApplication rec { 4 name = "urlwatch-${version}"; 5 + version = "2.19"; 6 7 src = fetchFromGitHub { 8 owner = "thp"; 9 repo = "urlwatch"; 10 rev = version; 11 + sha256 = "05vxs0x8gnsv2r9cy0brqny1y5jnj2mw11lqc8lqahx84xcs2m00"; 12 }; 13 14 propagatedBuildInputs = with python3Packages; [