From 06f4d3f7c24b2ee27c94d450050382758a0e00db Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 15 Feb 2025 23:11:02 +0000 Subject: [PATCH] changedetection-io: 0.49.0 -> 0.49.1 --- pkgs/by-name/ch/changedetection-io/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ch/changedetection-io/package.nix b/pkgs/by-name/ch/changedetection-io/package.nix index ba853b424837..9943b8b01c51 100644 --- a/pkgs/by-name/ch/changedetection-io/package.nix +++ b/pkgs/by-name/ch/changedetection-io/package.nix @@ -6,14 +6,14 @@ python3.pkgs.buildPythonApplication rec { pname = "changedetection-io"; - version = "0.49.0"; + version = "0.49.1"; format = "setuptools"; src = fetchFromGitHub { owner = "dgtlmoon"; repo = "changedetection.io"; tag = version; - hash = "sha256-u0sJSOwPmt6Bg++hlL9CR+PREdLF/mYuha8VRgMBMHg="; + hash = "sha256-2DfuD7/LmJXJIbtEhwoDdANBfP7lIXpd7BWDuvd+ci8="; }; pythonRelaxDeps = true; @@ -74,7 +74,7 @@ python3.pkgs.buildPythonApplication rec { meta = with lib; { description = "Self-hosted free open source website change detection tracking, monitoring and notification service"; 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; maintainers = with maintainers; [ mikaelfangel ]; mainProgram = "changedetection.io";