changedetection-io: 0.49.4 -> 0.49.13

This commit is contained in:
R. Ryantm
2025-04-14 20:06:25 +00:00
parent 317793389a
commit 020d0ef7ad
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "changedetection-io";
version = "0.49.4";
version = "0.49.13";
format = "setuptools";
src = fetchFromGitHub {
owner = "dgtlmoon";
repo = "changedetection.io";
tag = version;
hash = "sha256-EmtJ8XXPb75W4VPj4Si9fdzVLDKVfm+8P6UZZlMpMdI=";
hash = "sha256-X4MLqDSjp0zAs652G4CaRjeksagun+AlLXy4MxVyTJ8=";
};
pythonRelaxDeps = true;