about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-09 20:36:20 +0200
committerGitHub <noreply@github.com>2024-05-09 20:36:20 +0200
commit5caba50f09413456f789e018dfde27e055e4b158 (patch)
treefcabcac2e485c0f0569d55bd0b5b8570d0eb34c4 /pkgs/servers
parentcd850be6ad58425723cf1ccf796482f9cc783b69 (diff)
parentcb372e92c85e1b5908e2a1bb192407db0b8cd245 (diff)
Merge pull request #309913 from r-ryantm/auto-update/changedetection-io
changedetection-io: 0.45.21 -> 0.45.22
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/web-apps/changedetection-io/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/web-apps/changedetection-io/default.nix b/pkgs/servers/web-apps/changedetection-io/default.nix
index c5bac2fa3d903..4aa7455aa209c 100644
--- a/pkgs/servers/web-apps/changedetection-io/default.nix
+++ b/pkgs/servers/web-apps/changedetection-io/default.nix
@@ -5,14 +5,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "changedetection-io";
-  version = "0.45.21";
+  version = "0.45.22";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = "dgtlmoon";
     repo = "changedetection.io";
     rev = "refs/tags/${version}";
-    hash = "sha256-v+bjGIwJlHcim29BRR+5kZABnmtLYSS/U3pbPnCvAhU=";
+    hash = "sha256-q8Cflu5rYmV//l0MGM4LOep5v/tEHYm2u0A1E5k9kLk=";
   };
 
   postPatch = ''