tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
changedetection-io: unpin apprise dependency
Mario Rodas
2 years ago
0190867e
22a7f0ce
+1
1 changed file
expand all
collapse all
unified
split
pkgs
servers
web-apps
changedetection-io
default.nix
+1
pkgs/servers/web-apps/changedetection-io/default.nix
···
17
18
postPatch = ''
19
substituteInPlace requirements.txt \
0
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" "" \