Merge pull request #305992 from r-ryantm/auto-update/ddns-go

ddns-go: 6.3.2 -> 6.3.3
This commit is contained in:
Nick Cao 2024-04-22 11:42:05 -04:00 committed by GitHub
commit 2f7984e1c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "ddns-go";
version = "6.3.2";
version = "6.3.3";
src = fetchFromGitHub {
owner = "jeessy2";
repo = pname;
rev = "v${version}";
hash = "sha256-efuz27N/culO5vxgWKXawD+yqxjDsAr0Hpv2I9YQePs=";
hash = "sha256-LsJAuEVJy4jTvFEOgbH6ZiiqbMoGXuMNDhHx4phwd5k=";
};
vendorHash = "sha256-ckgX+gftWJROe/RpxjuBmXSDxW/PlCOIkrx+erxCP40=";