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

changedetection-io: 0.45.7.3 -> 0.45.8.1
This commit is contained in:
Emily Trau 2023-12-01 22:53:18 +11:00 committed by GitHub
commit e3eef12d04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "changedetection-io";
version = "0.45.7.3";
version = "0.45.8.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "dgtlmoon";
repo = "changedetection.io";
rev = version;
hash = "sha256-axj23LEZgSNpwkVtXQ/2QZVbbV+xTpkf57ajYnqTGFA=";
hash = "sha256-DRbqWcbk9fwFp/gSCbAqEv8ZhWsOOnBBXCK8jXT5HdY=";
};
postPatch = ''