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

ddns-go: 6.6.3 -> 6.6.4
This commit is contained in:
Peder Bergebakken Sundt 2024-07-22 05:20:04 +02:00 committed by GitHub
commit 1a2eb124a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "ddns-go";
version = "6.6.3";
version = "6.6.4";
src = fetchFromGitHub {
owner = "jeessy2";
repo = pname;
rev = "v${version}";
hash = "sha256-8818/SMDsViNIHImvbjk92Fm+JbfzrESG9J5rTJ2H18=";
hash = "sha256-1rYxZIfzRuVGVlQOkXERh7uQhnr6n2Lw3I9aH3kMlzg=";
};
vendorHash = "sha256-N9qoJ0sfpIVasveYlfg2e3ZCL2mORhylanepazHCBWc=";
vendorHash = "sha256-XZii7gV3DmTunYyGYzt5xXhv/VpTPIoYKbW4LnmlAgs=";
ldflags = [
"-X main.version=${version}"