mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Merge pull request #315886 from MikaelFangel/update-changedetection-io
changedetection-io: 0.45.22 -> 0.45.23
This commit is contained in:
commit
40e4bc9ba5
@ -5,19 +5,19 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "changedetection-io";
|
||||
version = "0.45.22";
|
||||
version = "0.45.23";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dgtlmoon";
|
||||
repo = "changedetection.io";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-q8Cflu5rYmV//l0MGM4LOep5v/tEHYm2u0A1E5k9kLk=";
|
||||
hash = "sha256-EamTErJfa6mQCem4DWKC53ydupXP+6jrj9tGPlwehLc=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace requirements.txt \
|
||||
--replace "apprise~=1.7.4" "apprise" \
|
||||
--replace "apprise~=1.8.0" "apprise" \
|
||||
--replace "cryptography~=3.4" "cryptography" \
|
||||
--replace "dnspython~=2.4" "dnspython" \
|
||||
--replace "pytest ~=7.2" "" \
|
||||
|
Loading…
Reference in New Issue
Block a user