From 096300d628a3765d5ee489cf11646e59b507e790 Mon Sep 17 00:00:00 2001 From: Ratchanan Srirattanamet Date: Sun, 25 May 2025 10:18:15 +0000 Subject: [PATCH] cloudflare-dyndns: 5.3 -> 5.4 Changelog available at [^1]. The most important fix is the issue where it fails to read API token from a file if it ends with a newline. This is particularly important since cloudflare-dyndns now reads services. cloudflare-dyndns.apiTokenFile directly. The list of fixes is small, making it suitable to be backported to NixOS 25.05. [^1]: https://github.com/kissgyorgy/cloudflare-dyndns/releases/tag/v5.4 --- pkgs/by-name/cl/cloudflare-dyndns/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/cl/cloudflare-dyndns/package.nix b/pkgs/by-name/cl/cloudflare-dyndns/package.nix index dcbfbb2b8f27..9eaeea705cfc 100644 --- a/pkgs/by-name/cl/cloudflare-dyndns/package.nix +++ b/pkgs/by-name/cl/cloudflare-dyndns/package.nix @@ -6,14 +6,14 @@ python3.pkgs.buildPythonApplication rec { pname = "cloudflare-dyndns"; - version = "5.3"; + version = "5.4"; pyproject = true; src = fetchFromGitHub { owner = "kissgyorgy"; repo = "cloudflare-dyndns"; rev = "v${version}"; - hash = "sha256-t0MqH9lDfl+cAnPYSG7P32OGO8Qpo1ep0Hj3Xl76lhU="; + hash = "sha256-tCZX9CKDwGAZ8/rwI764uuE9SQ1A5WhVoqgUegJ19g4="; }; build-system = with python3.pkgs; [