changedetection-io: 0.49.0 -> 0.49.1 (#382434)

Co-authored-by: MikaelFangel <MikaelFangel@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-02-16 19:03:59 +00:00 committed by GitHub
commit 4e01ac0d5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "changedetection-io"; pname = "changedetection-io";
version = "0.49.0"; version = "0.49.1";
format = "setuptools"; format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dgtlmoon"; owner = "dgtlmoon";
repo = "changedetection.io"; repo = "changedetection.io";
tag = version; tag = version;
hash = "sha256-u0sJSOwPmt6Bg++hlL9CR+PREdLF/mYuha8VRgMBMHg="; hash = "sha256-2DfuD7/LmJXJIbtEhwoDdANBfP7lIXpd7BWDuvd+ci8=";
}; };
pythonRelaxDeps = true; pythonRelaxDeps = true;
@ -74,7 +74,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; { meta = with lib; {
description = "Self-hosted free open source website change detection tracking, monitoring and notification service"; description = "Self-hosted free open source website change detection tracking, monitoring and notification service";
homepage = "https://github.com/dgtlmoon/changedetection.io"; homepage = "https://github.com/dgtlmoon/changedetection.io";
changelog = "https://github.com/dgtlmoon/changedetection.io/releases/tag/${version}"; changelog = "https://github.com/dgtlmoon/changedetection.io/releases/tag/${src.tag}";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ mikaelfangel ]; maintainers = with maintainers; [ mikaelfangel ];
mainProgram = "changedetection.io"; mainProgram = "changedetection.io";