File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
pkgs/by-name/ch/changedetection-io Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 55
66python3 . pkgs . buildPythonApplication rec {
77 pname = "changedetection-io" ;
8- version = "0.46.04 " ;
8+ version = "0.47.06 " ;
99 format = "setuptools" ;
1010
1111 src = fetchFromGitHub {
1212 owner = "dgtlmoon" ;
1313 repo = "changedetection.io" ;
1414 rev = "refs/tags/${ version } " ;
15- hash = "sha256-V1nGVURA4nksDX0kXxfPbO/rB0nmECqpfysenpzcfZs =" ;
15+ hash = "sha256-kRoHCnXYWG09lrIiBA14OzhtbTqghXck5JXXNAMMtyc =" ;
1616 } ;
1717
18- postPatch = ''
19- substituteInPlace requirements.txt \
20- --replace "apprise~=1.8.0" "apprise" \
21- --replace "cryptography~=3.4" "cryptography" \
22- --replace "dnspython==2.6.1" "dnspython" \
23- --replace "pytest ~=7.2" "" \
24- --replace "pytest-flask ~=1.2" "" \
25- --replace "selenium~=4.14.0" "selenium" \
26- --replace "werkzeug~=3.0" "werkzeug"
27- '' ;
18+ pythonRelaxDeps = true ;
2819
2920 propagatedBuildInputs = with python3 . pkgs ; [
3021 apprise
You can’t perform that action at this time.
0 commit comments