dnsproxy: 0.37.2 -> 0.37.3

This commit is contained in:
R. RyanTM 2021-04-28 20:53:01 +00:00
parent f93ecc4f6b
commit bc0b50087a

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "dnsproxy"; pname = "dnsproxy";
version = "0.37.2"; version = "0.37.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "AdguardTeam"; owner = "AdguardTeam";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-pzE0nhL6Dqa9AfB2EGxETOo+BnTzzPnu8ANfbu1vfyI="; sha256 = "sha256-8lZDWvd5Lq8uHBt47gRhg0MLeJ5iRheMBUjkfaJueDI=";
}; };
vendorSha256 = null; vendorSha256 = null;