Revert "changedetection-io: 0.49.4 -> 0.49.13"

This reverts commit 020d0ef7adf88caa0990ceb8b8de83ac55458124.
This commit is contained in:
Andrei Lapshin 2025-04-17 21:32:36 +02:00
parent 7e5a9595f2
commit 0ccf36ce68
No known key found for this signature in database
GPG Key ID: CB56A1B5A8CA7E52

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "changedetection-io";
version = "0.49.13";
version = "0.49.4";
format = "setuptools";
src = fetchFromGitHub {
owner = "dgtlmoon";
repo = "changedetection.io";
tag = version;
hash = "sha256-X4MLqDSjp0zAs652G4CaRjeksagun+AlLXy4MxVyTJ8=";
hash = "sha256-EmtJ8XXPb75W4VPj4Si9fdzVLDKVfm+8P6UZZlMpMdI=";
};
pythonRelaxDeps = true;