diff --git a/pkgs/servers/web-apps/changedetection-io/default.nix b/pkgs/servers/web-apps/changedetection-io/default.nix index b87d71867d417f..1e75c4333ab3fd 100644 --- a/pkgs/servers/web-apps/changedetection-io/default.nix +++ b/pkgs/servers/web-apps/changedetection-io/default.nix @@ -5,25 +5,25 @@ python3.pkgs.buildPythonApplication rec { pname = "changedetection-io"; - version = "0.46.04"; + version = "0.47.05"; format = "setuptools"; src = fetchFromGitHub { owner = "dgtlmoon"; repo = "changedetection.io"; rev = "refs/tags/${version}"; - hash = "sha256-V1nGVURA4nksDX0kXxfPbO/rB0nmECqpfysenpzcfZs="; + hash = "sha256-P2Bi+kqp63Jz6TPOzVSK5KcEFTvcGRahXamZzY/xqso="; }; postPatch = '' substituteInPlace requirements.txt \ - --replace "apprise~=1.8.0" "apprise" \ - --replace "cryptography~=3.4" "cryptography" \ - --replace "dnspython==2.6.1" "dnspython" \ - --replace "pytest ~=7.2" "" \ - --replace "pytest-flask ~=1.2" "" \ - --replace "selenium~=4.14.0" "selenium" \ - --replace "werkzeug~=3.0" "werkzeug" + --replace-warn "apprise==1.9.0" "apprise" \ + --replace-warn "cryptography~=42.0.8" "cryptography" \ + --replace-warn "dnspython==2.6.1" "dnspython" \ + --replace-warn "pytest ~=7.2" "" \ + --replace-warn "pytest-flask ~=1.2" "" \ + --replace-warn "selenium~=4.14.0" "selenium" \ + --replace-warn "werkzeug~=3.0" "werkzeug" ''; propagatedBuildInputs = with python3.pkgs; [