Merge pull request #206310 from r-ryantm/auto-update/dnsproxy

dnsproxy: 0.46.4 -> 0.46.5
This commit is contained in:
figsoda 2022-12-15 19:03:52 -05:00 committed by GitHub
commit 34274e6c86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.46.4";
version = "0.46.5";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-QJ9qLcQKuv2T3Vf9ASuCI+w6+6NysZJAYbUEEglWLts=";
sha256 = "sha256-NoRB0S9hdxy6udiIbvYW8yYSuVNXIC12CXuMoNB4nNo=";
};
vendorSha256 = null;