changedetection-io: 0.51.4 -> 0.53.5 (#492485)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-20 18:24:50 +00:00
committed by GitHub
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "changedetection-io";
version = "0.51.4";
version = "0.53.5";
format = "setuptools";
src = fetchFromGitHub {
owner = "dgtlmoon";
repo = "changedetection.io";
tag = version;
hash = "sha256-Qm3dI5ZHkLK3hTsadnzIDdmeiDM/QovGw2FZDVml5tE=";
hash = "sha256-B5T9M4JpNn4hUeV8rR1SIJobLKnuMkr4Se8d+Zu/xxY=";
};
pythonRelaxDeps = true;