about summary refs log tree commit diff
path: root/pkgs/applications/networking/nextdns
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-03-13 09:26:47 +0000
committerRaphael Megzari <raphael@megzari.com>2021-05-17 17:57:54 +0900
commitf2e899e01a02e10ae0affd879bd445aa57eb05a8 (patch)
treef267114a4734e200212bea475bbcc476ba64523a /pkgs/applications/networking/nextdns
parent57194feea28e4007321cb0a704084eee6ee7e75d (diff)
nextdns: 1.10.1 -> 1.11.0
Diffstat (limited to 'pkgs/applications/networking/nextdns')
-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 b65ba8d94cf15..a27f1fdad2572 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.10.1";
+  version = "1.11.0";
 
   src = fetchFromGitHub {
     owner = "nextdns";
     repo = "nextdns";
     rev = "v${version}";
-    sha256 = "sha256-hMI6zq176p7MI4cjMSeQ8T8UvibJW60lzsPmeAOi3ow=";
+    sha256 = "sha256-gnWFgzfMMnn8O7zDN5LW3cMIz5/wmgEW9fI9aJBEah8=";
   };
 
   vendorSha256 = "sha256-kmszMqkDMaL+Z6GcZmQyeRShKKS/VGdn9vabYPW/kCc=";