ddns-go: 5.6.0 -> 5.6.1

This commit is contained in:
R. Ryantm 2023-08-23 00:21:06 +00:00
parent bb604b3a76
commit dfecb551cf

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "ddns-go";
version = "5.6.0";
version = "5.6.1";
src = fetchFromGitHub {
owner = "jeessy2";
repo = pname;
rev = "v${version}";
hash = "sha256-w9/5n5QKx+pNiA0wBTjjwllsAvsGUH53buwmx2CIZIg=";
hash = "sha256-uVYTAJhTQDNknBZmE8uaX4h5lU7cb/cyzIoTV2iHGJ8=";
};
vendorHash = "sha256-azsXfWa4w3wZaiy9AKy7UPOybikubcJvLsXthYedmbY=";