nextdns: 1.37.11 -> 1.38.0

This commit is contained in:
R. Ryantm 2022-11-19 15:26:59 +00:00 committed by Bobby Rong
parent 957fd5d89f
commit cad01bd3bc

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "nextdns";
version = "1.37.11";
version = "1.38.0";
src = fetchFromGitHub {
owner = "nextdns";
repo = "nextdns";
rev = "v${version}";
sha256 = "sha256-BOmu4OjDq1IwsPjbqzV2OtvKpaYFqP/XdYL2Ug28TbU=";
sha256 = "sha256-dJ/3MBEsA8M4pfE+GPT/bNnK3n4fL3Hwk0umgMTJAfY=";
};
vendorSha256 = "sha256-M2PlvUsEG3Um+NqbpHdtu9g+Gj6jSXZ9YZ7t1MwjjdI=";
vendorSha256 = "sha256-pCta8FzGVpl9fvnnjQ7/e2x/HolXAuxnz0vwKejGk98=";
ldflags = [ "-s" "-w" "-X main.version=${version}" ];