about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorMikael Fangel <34864484+MikaelFangel@users.noreply.github.com>2024-04-02 11:40:45 +0200
committerThomas Gerbet <thomas@gerbet.me>2024-04-26 22:16:08 +0200
commit4ea77d04c28d0e7d034541f609939f533209b1cc (patch)
treec5a15f8671f92c2994d1abe714442bed62ae4ba9 /pkgs/servers
parent15d99a022e6f9801f7d9f3ec8ec1cf4c2436c257 (diff)
changedetection-io: 0.45.16 -> 0.45.17
(cherry picked from commit 76bfa2a169d49e63d78b90a89ff994e41ad2dfcb)
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/web-apps/changedetection-io/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/web-apps/changedetection-io/default.nix b/pkgs/servers/web-apps/changedetection-io/default.nix
index 4d058e916ab77..1d45e156096ce 100644
--- a/pkgs/servers/web-apps/changedetection-io/default.nix
+++ b/pkgs/servers/web-apps/changedetection-io/default.nix
@@ -5,19 +5,19 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "changedetection-io";
-  version = "0.45.16";
+  version = "0.45.17";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = "dgtlmoon";
     repo = "changedetection.io";
     rev = version;
-    hash = "sha256-ln522U3XqZfhvLvMEzrqXV3SjhpgnrRk2MxQQRBL5VU=";
+    hash = "sha256-3LaNZourDjFjdSh5+hwc2l2DRMEI/rbfyksFD9uUebg=";
   };
 
   postPatch = ''
     substituteInPlace requirements.txt \
-      --replace "apprise~=1.7.1" "apprise" \
+      --replace "apprise~=1.7.4" "apprise" \
       --replace "cryptography~=3.4" "cryptography" \
       --replace "dnspython~=2.4" "dnspython" \
       --replace "pytest ~=7.2" "" \