nextdns: 1.38.0 -> 1.39.4

This commit is contained in:
R. Ryantm 2023-01-31 21:58:39 +00:00
parent 50e4dbf35b
commit a9f355a42a

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "nextdns";
version = "1.38.0";
version = "1.39.4";
src = fetchFromGitHub {
owner = "nextdns";
repo = "nextdns";
rev = "v${version}";
sha256 = "sha256-dJ/3MBEsA8M4pfE+GPT/bNnK3n4fL3Hwk0umgMTJAfY=";
sha256 = "sha256-7inMloKU/AL4s/p171xCzs4p4+AcLsvsbVsELK9vhFc=";
};
vendorSha256 = "sha256-pCta8FzGVpl9fvnnjQ7/e2x/HolXAuxnz0vwKejGk98=";
vendorHash = "sha256-pCta8FzGVpl9fvnnjQ7/e2x/HolXAuxnz0vwKejGk98=";
ldflags = [ "-s" "-w" "-X main.version=${version}" ];