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

dnsproxy: 0.40.3 -> 0.40.5
This commit is contained in:
Bobby Rong 2022-01-25 12:34:30 +08:00 committed by GitHub
commit 2ce63a0b2b
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.3";
version = "0.40.5";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-OkicEDu2sMEpvBbb7JFRGusMKJeQoVe3ShsbuNCoIis=";
sha256 = "sha256-wzPQ5cs/SXNcu73lLzy3D/527X3rylKwhUsPDu+v6r0=";
};
vendorSha256 = null;