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
+2 -2
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;