nextdns: 1.9.6 -> 1.10.1

This commit is contained in:
R. RyanTM 2021-01-30 18:56:34 +00:00
parent 89b4d1741b
commit 79d8b6b695

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "nextdns";
version = "1.9.6";
version = "1.10.1";
src = fetchFromGitHub {
owner = "nextdns";
repo = "nextdns";
rev = "v${version}";
sha256 = "sha256-TIXckwesu6BTPr3GBRTgegLplwTKHtmjv3yl1c0nvbY=";
sha256 = "sha256-hMI6zq176p7MI4cjMSeQ8T8UvibJW60lzsPmeAOi3ow=";
};
vendorSha256 = "sha256-kmszMqkDMaL+Z6GcZmQyeRShKKS/VGdn9vabYPW/kCc=";