about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-04-29 21:43:31 +0800
committerGitHub <noreply@github.com>2024-04-29 21:43:31 +0800
commit5544435abd6007c91d0588e4a3d27b75b07752be (patch)
tree2682298daf35e3849e983f7a2f350ed5a8891076 /pkgs/applications/networking
parent791fc16f1454652de3a92b50ab3fe7ff5e3fa7cc (diff)
parentc190f9b77b98abb13c46cbc065fbc95c09a7956f (diff)
Merge pull request #307360 from r-ryantm/auto-update/nextdns
nextdns: 1.42.0 -> 1.43.0
Diffstat (limited to 'pkgs/applications/networking')
-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 678e9f68ee214..7699d5d399c81 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.42.0";
+  version = "1.43.0";
 
   src = fetchFromGitHub {
     owner = "nextdns";
     repo = "nextdns";
     rev = "v${version}";
-    sha256 = "sha256-aQUz6FK04h3nzieK9fX7odVVt/zcdhXlX3T1Z1rN/ak=";
+    sha256 = "sha256-5aznAAO53EFeq/fap10ARGerKzQAvLx0zOeG6OWkymw=";
   };
 
-  vendorHash = "sha256-DATSGSFRMrX972CWCiSIlOhDuAG3zcVyuILZ3IpVirM=";
+  vendorHash = "sha256-U5LJF1RX0ZS0PhjQTZKXrJo89WPfSZaVbgskWcYNlJY=";
 
   ldflags = [ "-s" "-w" "-X main.version=${version}" ];