Merge pull request #305396 from r-ryantm/auto-update/changedetection-io

changedetection-io: 0.45.17 -> 0.45.20
This commit is contained in:
Weijia Wang 2024-04-20 22:58:55 +02:00 committed by GitHub
commit 035edf4523
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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 = ''