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

ddns-go: 6.2.2 -> 6.3.0
This commit is contained in:
lassulus 2024-03-26 17:00:38 +07:00 committed by GitHub
commit 61118a6811
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.2.2";
version = "6.3.0";
src = fetchFromGitHub {
owner = "jeessy2";
repo = pname;
rev = "v${version}";
hash = "sha256-MwDwYoX1OT4TKMD2g+RBAlGfs8cz42dEFnV2b8Xzup8=";
hash = "sha256-YQaD0eWIufqyWF3bUXBdcd9nw5smvXkyWqZlROwBxBk=";
};
vendorHash = "sha256-zUqsuph0fn1x4dwvBY0W0+S6SzS086SHya2ViNpDXGU=";