about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-20 22:58:55 +0200
committerGitHub <noreply@github.com>2024-04-20 22:58:55 +0200
commit035edf4523c6f54d047694632fe9e3ec9aee727b (patch)
tree2779e0b5f9a9a9ee609fece2eac97e7da4c9e789 /pkgs
parent55940849597a5f1d251d87cb53a79174a31dac83 (diff)
parentcba2c07976ecbd26d0d969c66c2bbe02ab9e6879 (diff)
Merge pull request #305396 from r-ryantm/auto-update/changedetection-io
changedetection-io: 0.45.17 -> 0.45.20
Diffstat (limited to 'pkgs')
-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 1d45e156096ce..c3c9c8116addd 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.17";
+  version = "0.45.20";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = "dgtlmoon";
     repo = "changedetection.io";
-    rev = version;
-    hash = "sha256-3LaNZourDjFjdSh5+hwc2l2DRMEI/rbfyksFD9uUebg=";
+    rev = "refs/tags/${version}";
+    hash = "sha256-wnJz/yVOSBTgOfGxmrO4JXifZxoTk8bjqGKqKsbwXAI=";
   };
 
   postPatch = ''