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

dnsproxy: 0.33.9 -> 0.34.1
This commit is contained in:
Ryan Mulligan 2021-02-09 06:27:03 -08:00 committed by GitHub
commit c9f342b4a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.33.9";
version = "0.34.1";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-1q3w2wv4lTIYPTO3weuZ0C2KeXcFWVV5KRJw2YRNWSE=";
sha256 = "sha256-XwXGhFyPsJWHWea3Cj3X6mOV/oseaRAMaEHoppX+WRw=";
};
vendorSha256 = null;