changedetection-io: 0.45.17 -> 0.45.20

This commit is contained in:
R. Ryantm 2024-04-19 21:16:41 +00:00
parent 716b484fae
commit cba2c07976
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 = ''