dnsproxy: 0.37.7 -> 0.38.0

This commit is contained in:
R. RyanTM 2021-06-26 13:21:59 +00:00
parent 64d2892c92
commit 31257ffdc3

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.37.7";
version = "0.38.0";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-5/ggeNBMNlwX6AzYO0haAU18xY0rYpELts6lqZmJxj4=";
sha256 = "sha256-dltCZ6g5Ta/M2N95TRkdLRr3T0YeKdkY88zE306AtDg=";
};
vendorSha256 = null;