From 2ad13662b71eb163c3090f259abb9b58ac076281 Mon Sep 17 00:00:00 2001 From: Zebradli Bot Date: Thu, 2 Jan 2025 03:30:37 +0000 Subject: [PATCH] chore(release): 4.3.13 [skip ci] ## [4.3.13](https://github.com/Zebradil/cloudflare-dynamic-dns/compare/4.3.12...4.3.13) (2025-01-02) ### Bug Fixes * **deps:** update module github.com/cloudflare/cloudflare-go to v0.113.0 ([#167](https://github.com/Zebradil/cloudflare-dynamic-dns/issues/167)) ([e10eb99](https://github.com/Zebradil/cloudflare-dynamic-dns/commit/e10eb99b6622165492610616eafad77d805644cd)) --- CHANGELOG.md | 7 +++++++ package.nix | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f5e270..a56ec8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.3.13](https://github.com/Zebradil/cloudflare-dynamic-dns/compare/4.3.12...4.3.13) (2025-01-02) + + +### Bug Fixes + +* **deps:** update module github.com/cloudflare/cloudflare-go to v0.113.0 ([#167](https://github.com/Zebradil/cloudflare-dynamic-dns/issues/167)) ([e10eb99](https://github.com/Zebradil/cloudflare-dynamic-dns/commit/e10eb99b6622165492610616eafad77d805644cd)) + ## [4.3.12](https://github.com/Zebradil/cloudflare-dynamic-dns/compare/4.3.11...4.3.12) (2024-12-18) diff --git a/package.nix b/package.nix index ccb0388..dc98874 100644 --- a/package.nix +++ b/package.nix @@ -2,14 +2,14 @@ pkgs, self, }: let - baseVersion = "4.3.12"; + baseVersion = "4.3.13"; commit = self.shortRev or self.dirtyShortRev or "unknown"; version = "${baseVersion}-${commit}"; in pkgs.buildGoModule { pname = "cloudflare-dynamic-dns"; src = ./.; - vendorHash = "sha256-ie5/9qChgEWXKPqhbJzOalKPxTBr4UN9exxvfB8/HrQ="; + vendorHash = "sha256-FzEPvLI6tvyQ/nMgCBXPc1RR8YwDU1cC5f/LSZfF3Bc="; version = version; CGO_ENABLED = 0;