summary refs log tree commit diff
path: root/pkgs/tools/networking/urlwatch
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-05-25 21:36:46 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-25 13:59:31 -0700
commit34595fbd3974a10bc37bcfdb47b5beaedfe14b5b (patch)
treec70e8fa492553abb917b94ca03b4e34538954cba /pkgs/tools/networking/urlwatch
parent0995d4e24d10257bc25dcc7d9f88653437c0a7eb (diff)
downloadnixpkgs-34595fbd3974a10bc37bcfdb47b5beaedfe14b5b.tar
nixpkgs-34595fbd3974a10bc37bcfdb47b5beaedfe14b5b.tar.gz
nixpkgs-34595fbd3974a10bc37bcfdb47b5beaedfe14b5b.tar.bz2
nixpkgs-34595fbd3974a10bc37bcfdb47b5beaedfe14b5b.tar.lz
nixpkgs-34595fbd3974a10bc37bcfdb47b5beaedfe14b5b.tar.xz
nixpkgs-34595fbd3974a10bc37bcfdb47b5beaedfe14b5b.tar.zst
nixpkgs-34595fbd3974a10bc37bcfdb47b5beaedfe14b5b.zip
urlwatch: 2.21 -> 2.23
Diffstat (limited to 'pkgs/tools/networking/urlwatch')
-rw-r--r--pkgs/tools/networking/urlwatch/default.nix20
1 files changed, 13 insertions, 7 deletions
diff --git a/pkgs/tools/networking/urlwatch/default.nix b/pkgs/tools/networking/urlwatch/default.nix
index 1cea3989ed2..b1a374f0349 100644
--- a/pkgs/tools/networking/urlwatch/default.nix
+++ b/pkgs/tools/networking/urlwatch/default.nix
@@ -1,14 +1,17 @@
-{ lib, fetchFromGitHub, python3Packages }:
+{ lib
+, fetchFromGitHub
+, python3Packages
+}:
 
 python3Packages.buildPythonApplication rec {
   pname = "urlwatch";
-  version = "2.21";
+  version = "2.23";
 
   src = fetchFromGitHub {
-    owner  = "thp";
-    repo   = "urlwatch";
-    rev    = version;
-    sha256 = "1s6bigkwymxdp9bkgvwg3lbf465i6k8kmak2w7czf4mhwavcfq63";
+    owner = "thp";
+    repo = "urlwatch";
+    rev = version;
+    sha256 = "1ryygy7lalmwnv9kc8q4920gkdx878izy33a5dgxb780sy2qq8pg";
   };
 
   propagatedBuildInputs = with python3Packages; [
@@ -16,11 +19,14 @@ python3Packages.buildPythonApplication rec {
     cssselect
     keyring
     lxml
+    markdown2
+    matrix-client
     minidb
+    pushbullet
     pycodestyle
+    pyppeteer
     pyyaml
     requests
-    pyppeteer
   ];
 
   # no tests