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

dnsproxy: 0.33.3 -> 0.33.8
This commit is contained in:
Sandro 2021-01-18 17:35:06 +01:00 committed by GitHub
commit b387000c20
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.3";
version = "0.33.8";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "0c7hqsb53711032svicr069gh7faacnsj2v36pj7srng266vk78p";
sha256 = "sha256-4QbIcg4C7TQJ1k+PQN0jwtZiXmcO8D609YkNLVyzW8w=";
};
vendorSha256 = null;