summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/nextdns/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/nextdns/default.nix')
-rw-r--r--pkgs/applications/networking/nextdns/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/nextdns/default.nix b/pkgs/applications/networking/nextdns/default.nix
index 366ed9408ef2..b65ba8d94cf1 100644
--- a/pkgs/applications/networking/nextdns/default.nix
+++ b/pkgs/applications/networking/nextdns/default.nix
@@ -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=";