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-08-15 12:39:14 +0000
committerRaphael Megzari <raphael@megzari.com>2021-08-15 23:13:29 +0900
commit5fa791f953b9444601d7802fc8308b3392afa701 (patch)
tree188dbdf75f45dec961d80e6868c8007cf160bed3 /pkgs/applications/networking/nextdns
parent805859c2f8bf4406ba64c5e65318dab345dcf495 (diff)
nextdns: 1.11.0 -> 1.35.0
Diffstat (limited to 'pkgs/applications/networking/nextdns')
-rw-r--r--pkgs/applications/networking/nextdns/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/nextdns/default.nix b/pkgs/applications/networking/nextdns/default.nix
index a27f1fdad2572..dadd17be16f6a 100644
--- a/pkgs/applications/networking/nextdns/default.nix
+++ b/pkgs/applications/networking/nextdns/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "nextdns";
-  version = "1.11.0";
+  version = "1.35.0";
 
   src = fetchFromGitHub {
     owner = "nextdns";
     repo = "nextdns";
     rev = "v${version}";
-    sha256 = "sha256-gnWFgzfMMnn8O7zDN5LW3cMIz5/wmgEW9fI9aJBEah8=";
+    sha256 = "sha256-AWbUtzh1kJayhg/ssJUqUX4ywIV2Oy1BgTorhb+x3Vg=";
   };
 
-  vendorSha256 = "sha256-kmszMqkDMaL+Z6GcZmQyeRShKKS/VGdn9vabYPW/kCc=";
+  vendorSha256 = "sha256-EEDRJj5Iaglk0Y86XL/U512OjipBNJzcAv8Tb09a0g0=";
 
   doCheck = false;