dnsproxy: 0.39.0 -> 0.39.1

This commit is contained in:
R. RyanTM 2021-08-03 04:05:49 +00:00
parent c464dc811b
commit 1769089ff9

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;