Merge pull request #307360 from r-ryantm/auto-update/nextdns

nextdns: 1.42.0 -> 1.43.0
This commit is contained in:
Aleksana 2024-04-29 21:43:31 +08:00 committed by GitHub
commit 5544435abd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "nextdns";
version = "1.42.0";
version = "1.43.0";
src = fetchFromGitHub {
owner = "nextdns";
repo = "nextdns";
rev = "v${version}";
sha256 = "sha256-aQUz6FK04h3nzieK9fX7odVVt/zcdhXlX3T1Z1rN/ak=";
sha256 = "sha256-5aznAAO53EFeq/fap10ARGerKzQAvLx0zOeG6OWkymw=";
};
vendorHash = "sha256-DATSGSFRMrX972CWCiSIlOhDuAG3zcVyuILZ3IpVirM=";
vendorHash = "sha256-U5LJF1RX0ZS0PhjQTZKXrJo89WPfSZaVbgskWcYNlJY=";
ldflags = [ "-s" "-w" "-X main.version=${version}" ];