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

dnsproxy: 0.34.1 -> 0.35.1
This commit is contained in:
Mario Rodas 2021-02-28 22:44:09 -05:00 committed by GitHub
commit a8eb4a70d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "dnsproxy"; pname = "dnsproxy";
version = "0.34.1"; version = "0.35.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "AdguardTeam"; owner = "AdguardTeam";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-XwXGhFyPsJWHWea3Cj3X6mOV/oseaRAMaEHoppX+WRw="; sha256 = "sha256-+k8dGVYyCY+CI8+8OPBqoICu0KO2eM+6Hy8E+KyOqPs=";
}; };
vendorSha256 = null; vendorSha256 = null;