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

dnsproxy: 0.33.8 -> 0.33.9
This commit is contained in:
Mario Rodas 2021-01-28 23:18:36 -05:00 committed by GitHub
commit 88a572a3d4
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.8";
version = "0.33.9";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-4QbIcg4C7TQJ1k+PQN0jwtZiXmcO8D609YkNLVyzW8w=";
sha256 = "sha256-1q3w2wv4lTIYPTO3weuZ0C2KeXcFWVV5KRJw2YRNWSE=";
};
vendorSha256 = null;