about summary refs log tree commit diff
path: root/pkgs/tools/networking/dnsproxy
diff options
context:
space:
mode:
authorDiogo Correia <me@diogotc.com>2024-04-02 18:46:26 +0100
committerDiogo Correia <me@diogotc.com>2024-04-02 18:46:26 +0100
commitb700c69ecf1a2aa847b6cb06c07d818b5b0252b1 (patch)
tree5f92f2e87d6b22cf790d70be8509e44408f416d5 /pkgs/tools/networking/dnsproxy
parent807c549feabce7eddbf259dbdcec9e0600a0660d (diff)
dnsproxy: 0.66.0 -> 0.67.0
Diffstat (limited to 'pkgs/tools/networking/dnsproxy')
-rw-r--r--pkgs/tools/networking/dnsproxy/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/dnsproxy/default.nix b/pkgs/tools/networking/dnsproxy/default.nix
index 804def68c25fc..8b2dff9e462b7 100644
--- a/pkgs/tools/networking/dnsproxy/default.nix
+++ b/pkgs/tools/networking/dnsproxy/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "dnsproxy";
-  version = "0.66.0";
+  version = "0.67.0";
 
   src = fetchFromGitHub {
     owner = "AdguardTeam";
     repo = "dnsproxy";
     rev = "v${version}";
-    hash = "sha256-6cTqAKhPtSNlUHe/DqzrxjjxwfRc4Zn79h5CBLgqchA=";
+    hash = "sha256-CqEvGE1MSll+khEFvH8Y0q4XyxbTjwNRr9h9FKf5Kfs=";
   };
 
-  vendorHash = "sha256-98fwlPbOuCUBHR1xsp5Ff6AO89zYVTUYbhYOfQ/+AZU=";
+  vendorHash = "sha256-AZQl70NJwE6lVMO/G1RG1NIfXK1SbYWh4/wAIi4Ac5o=";
 
   ldflags = [ "-s" "-w" "-X" "github.com/AdguardTeam/dnsproxy/internal/version.version=${version}" ];