changedetection-io: 0.49.1 -> 0.49.3 (#385987)

Co-authored-by: MikaelFangel <MikaelFangel@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-01 10:16:53 +00:00
committed by GitHub
co-authored by MikaelFangel
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "changedetection-io";
version = "0.49.1";
version = "0.49.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "dgtlmoon";
repo = "changedetection.io";
tag = version;
hash = "sha256-2DfuD7/LmJXJIbtEhwoDdANBfP7lIXpd7BWDuvd+ci8=";
hash = "sha256-QYghHpT78hlCZvliPsTdDE9bdSlr0kJn5xxwi3mnP/w=";
};
pythonRelaxDeps = true;