ddclient: 3.11.2 -> 4.0.0

The pre-4.0 version is inconsistent with at least one API (Porkbun)
[Release notes](https://github.com/ddclient/ddclient/releases/tag/v4.0.0)
This commit is contained in:
John Otwell
2025-01-28 19:33:27 +01:00
committed by Bjørn Forsman
parent 4a3faa5e86
commit 402d9281fe
2 changed files with 4 additions and 2 deletions
@@ -454,6 +454,8 @@
- `gerbera` now has wavpack support.
- `ddclient` was updated from 3.11.2 to 4.0.0 [Release notes](https://github.com/ddclient/ddclient/releases/tag/v4.0.0)
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
```{=include=} sections
+2 -2
View File
@@ -12,7 +12,7 @@ let
in
perlPackages.buildPerlPackage rec {
pname = "ddclient";
version = "3.11.2";
version = "4.0.0";
outputs = [ "out" ];
@@ -20,7 +20,7 @@ perlPackages.buildPerlPackage rec {
owner = "ddclient";
repo = "ddclient";
rev = "v${version}";
sha256 = "sha256-d1G+AM28nBpMWh1QBjm78KKeOL5b5arxERYRCXohwBg=";
sha256 = "sha256-RCE24RKcW4EhicOTwgz5UE/gzqLxw+UNNk960vFx5Gs=";
};
postPatch = ''