about summary refs log tree commit diff
path: root/pkgs/applications/networking/nextdns
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-17 22:29:12 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-17 22:29:12 +0000
commit7b2debed85ab15fdfce66779e32b02228c7cb60e (patch)
tree53ea7e6e161c78dfa7ab5cfdadce04677e7ec736 /pkgs/applications/networking/nextdns
parent4edfab999d7222db5ddcc64ddedae6ebc7784675 (diff)
nextdns: 1.39.4 -> 1.40.1
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 c17c65e14fe2f..04d43a4c79b8b 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.39.4";
+  version = "1.40.1";
 
   src = fetchFromGitHub {
     owner = "nextdns";
     repo = "nextdns";
     rev = "v${version}";
-    sha256 = "sha256-7inMloKU/AL4s/p171xCzs4p4+AcLsvsbVsELK9vhFc=";
+    sha256 = "sha256-VK6e8+r0A642zP0Pae8qbQCWT+CGpHY7B9ZGobXl92A=";
   };
 
-  vendorHash = "sha256-pCta8FzGVpl9fvnnjQ7/e2x/HolXAuxnz0vwKejGk98=";
+  vendorHash = "sha256-CKKyLtqSzbmvpmDcoyGD79msAudlumqxcXaMTNbCbNI=";
 
   ldflags = [ "-s" "-w" "-X main.version=${version}" ];