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

dnsproxy: 0.39.1 -> 0.39.2
This commit is contained in:
Sandro
2021-08-08 12:44:53 +02:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.39.1";
version = "0.39.2";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-3ixWiY7gJaavJw3WuK3aTYE6lb328VgWSPCuf5PN8Ds=";
sha256 = "sha256-FuPNWoLsqPvz4J+ymfEKBjPmLlxwDUp/196REDnGPmQ=";
};
vendorSha256 = null;