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

dnsproxy: 0.37.1 -> 0.37.2
This commit is contained in:
Ryan Mulligan 2021-04-26 19:49:14 -07:00 committed by GitHub
commit 99241d8c03
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.1";
version = "0.37.2";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-zenVgWVzKnq9WzJFC6vpE5Gwbv3lJC7aIe3xBQGeWr8=";
sha256 = "sha256-pzE0nhL6Dqa9AfB2EGxETOo+BnTzzPnu8ANfbu1vfyI=";
};
vendorSha256 = null;