changedetection-io: 0.48.05 -> 0.48.06

This commit is contained in:
R. Ryantm 2025-01-20 04:17:42 +00:00
parent c241e9c792
commit 95dbf5b038

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "changedetection-io"; pname = "changedetection-io";
version = "0.48.05"; version = "0.48.06";
format = "setuptools"; format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dgtlmoon"; owner = "dgtlmoon";
repo = "changedetection.io"; repo = "changedetection.io";
tag = version; tag = version;
hash = "sha256-oOuHPOvs3qcQcibKyChe2AK1OB3JK/xRKUp1cj5p5PU="; hash = "sha256-6ofCVmdO8Z/EyJjbzAQdwnqUfsjtPzveNd5Zfj3pcFM=";
}; };
pythonRelaxDeps = true; pythonRelaxDeps = true;