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

dnsproxy: 0.40.1 -> 0.40.3
This commit is contained in:
Bobby Rong 2022-01-13 14:54:57 +08:00 committed by GitHub
commit 7f92d68d03
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.40.1";
version = "0.40.3";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-tvYurE+/ZPJeV/ZKMIC0yrwzomxd/3y0KtChei/HO6c=";
sha256 = "sha256-OkicEDu2sMEpvBbb7JFRGusMKJeQoVe3ShsbuNCoIis=";
};
vendorSha256 = null;