ddns-go: 5.7.0 -> 5.7.1

This commit is contained in:
R. Ryantm 2024-01-08 20:32:00 +00:00
parent bc85b737c5
commit 402e946031

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "ddns-go";
version = "5.7.0";
version = "5.7.1";
src = fetchFromGitHub {
owner = "jeessy2";
repo = pname;
rev = "v${version}";
hash = "sha256-/GZxPM0f1W72OtpEknw0TLQ1eFDF5C98umX0Q8MX46s=";
hash = "sha256-PKshYKywqL706pVgruWQ9M0QbK2btKu28+wmnlFdDgE=";
};
vendorHash = "sha256-/kKFMo4PRWwXUuurNHMG36TV3EpcEikgf03/y/aKpXo=";