about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-11-16 08:37:32 +0100
committerGitHub <noreply@github.com>2021-11-16 08:37:32 +0100
commitfa1fe83fa764b545e2b3101b68f9131799bfb64c (patch)
tree5d9496e9469ba248ad4356ecdd216063f90528aa /pkgs
parentf1de43cf1f3c8a86f35c30b18b411c49114aa0f3 (diff)
parent38dd8c99b0b6b3b1e4af377e63bc201bed0b0139 (diff)
Merge pull request #146186 from fabaff/urlwatch
urlwatch: 2.23 -> 2.24
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/urlwatch/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/urlwatch/default.nix b/pkgs/tools/networking/urlwatch/default.nix
index b1a374f0349d6..705b2397c6aca 100644
--- a/pkgs/tools/networking/urlwatch/default.nix
+++ b/pkgs/tools/networking/urlwatch/default.nix
@@ -5,13 +5,13 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "urlwatch";
-  version = "2.23";
+  version = "2.24";
 
   src = fetchFromGitHub {
     owner = "thp";
     repo = "urlwatch";
     rev = version;
-    sha256 = "1ryygy7lalmwnv9kc8q4920gkdx878izy33a5dgxb780sy2qq8pg";
+    sha256 = "sha256-H7dusAXVEGOUu2fr6UjiXjw13Gm9xNeJDQ4jqV+8QmU=";
   };
 
   propagatedBuildInputs = with python3Packages; [