Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

changedetection-io: unpin apprise dependency

+1
+1
pkgs/servers/web-apps/changedetection-io/default.nix
··· 17 18 postPatch = '' 19 substituteInPlace requirements.txt \ 20 --replace "cryptography~=3.4" "cryptography" \ 21 --replace "dnspython<2.3.0" "dnspython" \ 22 --replace "pytest ~=6.2" "" \
··· 17 18 postPatch = '' 19 substituteInPlace requirements.txt \ 20 + --replace "apprise~=1.3.0" "apprise" \ 21 --replace "cryptography~=3.4" "cryptography" \ 22 --replace "dnspython<2.3.0" "dnspython" \ 23 --replace "pytest ~=6.2" "" \