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

dnsproxy: 0.37.2 -> 0.37.3
This commit is contained in:
Mario Rodas 2021-05-05 22:41:37 -05:00 committed by GitHub
commit 101ab29b40
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.37.2";
version = "0.37.3";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-pzE0nhL6Dqa9AfB2EGxETOo+BnTzzPnu8ANfbu1vfyI=";
sha256 = "sha256-8lZDWvd5Lq8uHBt47gRhg0MLeJ5iRheMBUjkfaJueDI=";
};
vendorSha256 = null;