changedetection-io: 0.48.06 -> 0.49.0 (#378717)

Co-authored-by: MikaelFangel <MikaelFangel@users.noreply.github.com>

Changed files
+2 -2
pkgs
by-name
ch
changedetection-io
+2 -2
pkgs/by-name/ch/changedetection-io/package.nix
···
python3.pkgs.buildPythonApplication rec {
pname = "changedetection-io";
-
version = "0.48.06";
+
version = "0.49.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "dgtlmoon";
repo = "changedetection.io";
tag = version;
-
hash = "sha256-6ofCVmdO8Z/EyJjbzAQdwnqUfsjtPzveNd5Zfj3pcFM=";
+
hash = "sha256-u0sJSOwPmt6Bg++hlL9CR+PREdLF/mYuha8VRgMBMHg=";
};
pythonRelaxDeps = true;