dnsproxy: 0.34.1 -> 0.35.1

This commit is contained in:
R. RyanTM 2021-02-28 11:01:55 +00:00
parent b51b5a104b
commit c75fd03b7a

View file

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