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-11-03 16:29:53 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-11-03 16:29:53 +0000
commitb97a25a3c1936c95cf68a2df6adb7560e9a813aa (patch)
tree79d4a35755ad0d12819fa33b30ce1da3bf4151a7 /pkgs/applications/networking/nextdns
parentcbb7455d73fe8c249862ccaf3850c7b9a9680360 (diff)
nextdns: 1.37.2 -> 1.37.3
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 561a1c77b1caa..ae7eb49a1c660 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.37.2";
+  version = "1.37.3";
 
   src = fetchFromGitHub {
     owner = "nextdns";
     repo = "nextdns";
     rev = "v${version}";
-    sha256 = "sha256-R0n/wRCaQ8WvQer3bBLUmOdIojtfjXU0bs0pTn7L0lc=";
+    sha256 = "sha256-BCDVn4JaRYIexI7NrRDchUl9u4AEJa+An9ItYYJDs3A=";
   };
 
   vendorSha256 = "sha256-YZm+DUrH+1xdJrGjmlajbcsnqVODVbZKivVjmqZ2e48=";