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

dnsproxy: 0.39.4 -> 0.39.5
This commit is contained in:
Sandro 2021-09-14 13:36:38 +02:00 committed by GitHub
commit 51da0e529f
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.39.4";
version = "0.39.5";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-dF3xyyOqWzjHW8cFdGlb3BCCGVy+eWW5OesKEK7pEjw=";
sha256 = "sha256-ID40+moRAdceiEOwB4tmBE6U1om/aWBXIlxzfLtm5E4=";
};
vendorSha256 = null;