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

This commit is contained in:
Sandro 2021-08-07 12:34:00 +02:00 committed by GitHub
commit 9cf6e19058
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.0";
version = "0.39.1";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-rHU07rh8wZPaaxZmXVBu4tpt02Jq7Yu//dwWeVDUpw4=";
sha256 = "sha256-3ixWiY7gJaavJw3WuK3aTYE6lb328VgWSPCuf5PN8Ds=";
};
vendorSha256 = null;