summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-02 23:18:39 -0500
committerGitHub <noreply@github.com>2022-12-02 23:18:39 -0500
commitacbdea4b15e6895854beb293cb9f6660a243f5e9 (patch)
treef77430c32da71cf5d38538c6cd3fa8a237c1dadc /pkgs/tools/networking
parent5de865b352c22bed4c21011ed80a24dd5928fe53 (diff)
parent8bc1c3e8d4a2b4ebc59f29e6415f54611773eddf (diff)
downloadnixpkgs-acbdea4b15e6895854beb293cb9f6660a243f5e9.tar
nixpkgs-acbdea4b15e6895854beb293cb9f6660a243f5e9.tar.gz
nixpkgs-acbdea4b15e6895854beb293cb9f6660a243f5e9.tar.bz2
nixpkgs-acbdea4b15e6895854beb293cb9f6660a243f5e9.tar.lz
nixpkgs-acbdea4b15e6895854beb293cb9f6660a243f5e9.tar.xz
nixpkgs-acbdea4b15e6895854beb293cb9f6660a243f5e9.tar.zst
nixpkgs-acbdea4b15e6895854beb293cb9f6660a243f5e9.zip
Merge pull request #204209 from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.46.2 -> 0.46.3
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/dnsproxy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/dnsproxy/default.nix b/pkgs/tools/networking/dnsproxy/default.nix
index 8ca1cdde5e8..4eb8764c054 100644
--- a/pkgs/tools/networking/dnsproxy/default.nix
+++ b/pkgs/tools/networking/dnsproxy/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "dnsproxy";
-  version = "0.46.2";
+  version = "0.46.3";
 
   src = fetchFromGitHub {
     owner = "AdguardTeam";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-yqlnjPy0rjA0C2hBtFfc+hMwOk18okSKZufqc0uDJLE=";
+    sha256 = "sha256-7Sp46Rk99P/QgkL4ge9wCHIJ4MUqDo9f/uGA0xKlyaw=";
   };
 
   vendorSha256 = null;