Merge pull request #306921 from MikaelFangel/update-changedetection-io

changedetection-io: 0.45.20 -> 0.45.21
This commit is contained in:
Thomas Gerbet 2024-04-26 21:12:16 +02:00 committed by GitHub
commit 6d1c562d34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "changedetection-io";
version = "0.45.20";
version = "0.45.21";
format = "setuptools";
src = fetchFromGitHub {
owner = "dgtlmoon";
repo = "changedetection.io";
rev = "refs/tags/${version}";
hash = "sha256-wnJz/yVOSBTgOfGxmrO4JXifZxoTk8bjqGKqKsbwXAI=";
hash = "sha256-v+bjGIwJlHcim29BRR+5kZABnmtLYSS/U3pbPnCvAhU=";
};
postPatch = ''