about summary refs log tree commit diff
path: root/pkgs/applications/networking/nextdns
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-05 09:01:33 +0000
committerYt <raphael@megzari.com>2022-04-05 19:20:29 -0400
commitec5a6c8ae5692f51e811a27e4cce5b2082b7156a (patch)
tree789f022cfbe6861d43ef33e4718567c3e87a80c6 /pkgs/applications/networking/nextdns
parentd3424f16f231cb408058b8b993d58f9e3b6e13d8 (diff)
nextdns: 1.37.10 -> 1.37.11
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 c06291c719e8e..d2c24d9c7a302 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.37.10";
+  version = "1.37.11";
 
   src = fetchFromGitHub {
     owner = "nextdns";
     repo = "nextdns";
     rev = "v${version}";
-    sha256 = "sha256-iwxgDBIuTClikvXF+3mCjFKKV0upN+K+aL85ewYkMXo=";
+    sha256 = "sha256-BOmu4OjDq1IwsPjbqzV2OtvKpaYFqP/XdYL2Ug28TbU=";
   };
 
-  vendorSha256 = "sha256-6hWD05lXteqL7egj9tiRVHlevKM33i+a+zBUZs7PF7I=";
+  vendorSha256 = "sha256-M2PlvUsEG3Um+NqbpHdtu9g+Gj6jSXZ9YZ7t1MwjjdI=";
 
   doCheck = false;