mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
changedetection-io: 0.45.3 -> 0.45.7.3
This commit is contained in:
parent
e9cdae74d5
commit
a43f8ce903
@ -5,25 +5,25 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "changedetection-io";
|
||||
version = "0.45.3";
|
||||
version = "0.45.7.3";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dgtlmoon";
|
||||
repo = "changedetection.io";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-QTkkMFGyEGSakvFCiJ36Xr3IiG9K7GDy2dpNGWjUngs=";
|
||||
rev = version;
|
||||
hash = "sha256-axj23LEZgSNpwkVtXQ/2QZVbbV+xTpkf57ajYnqTGFA=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace requirements.txt \
|
||||
--replace "apprise~=1.5.0" "apprise" \
|
||||
--replace "apprise~=1.6.0" "apprise" \
|
||||
--replace "cryptography~=3.4" "cryptography" \
|
||||
--replace "dnspython<2.3.0" "dnspython" \
|
||||
--replace "dnspython~=2.4" "dnspython" \
|
||||
--replace "pytest ~=7.2" "" \
|
||||
--replace "pytest-flask ~=1.2" "" \
|
||||
--replace "selenium~=4.1.0" "selenium" \
|
||||
--replace "werkzeug~=2.0.0" "werkzeug"
|
||||
--replace "selenium~=4.14.0" "selenium" \
|
||||
--replace "werkzeug~=3.0" "werkzeug"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user