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

changedetection-io: 0.45.8.1 -> 0.45.9
This commit is contained in:
Mario Rodas 2023-12-25 08:15:21 -05:00 committed by GitHub
commit 17e46fc88d
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.8.1";
version = "0.45.9";
format = "setuptools";
src = fetchFromGitHub {
owner = "dgtlmoon";
repo = "changedetection.io";
rev = version;
hash = "sha256-DRbqWcbk9fwFp/gSCbAqEv8ZhWsOOnBBXCK8jXT5HdY=";
hash = "sha256-xiKXp9DBaiSteqZwQLZ4zLwT5MeETJx01rKRrWGYioc=";
};
postPatch = ''