dnsproxy: 0.33.8 -> 0.33.9

This commit is contained in:
R. RyanTM 2021-01-29 00:25:58 +00:00
parent 9081072933
commit f9f8fbf59d

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.33.8";
version = "0.33.9";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-4QbIcg4C7TQJ1k+PQN0jwtZiXmcO8D609YkNLVyzW8w=";
sha256 = "sha256-1q3w2wv4lTIYPTO3weuZ0C2KeXcFWVV5KRJw2YRNWSE=";
};
vendorSha256 = null;