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

dnsproxy: 0.45.2 -> 0.45.3
This commit is contained in:
Jonas Heinrich 2022-10-12 09:18:02 +02:00 committed by GitHub
commit 317439f7fc
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.45.2";
version = "0.45.3";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-2lPGKLmLDP39qtyb88MiCBVjbztrBFqqy5hc7iOK3QE=";
sha256 = "sha256-0yb+YfX8+QKH+Mi0D1Gh0b1hfh2EiemMTkotV+z53Ns=";
};
vendorSha256 = null;