dnsproxy: 0.41.2 -> 0.41.3

This commit is contained in:
R. Ryantm 2022-03-02 04:03:59 +00:00
parent 0c5696f9da
commit 863b549551

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.41.2";
version = "0.41.3";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Bo6OxHNZYA1cP2iP/QnaN80DcwBGIVCQXH/mc75hFUY=";
sha256 = "sha256-p5kfpqqTg1wXPYTBScjUGClSKT6yb7ZSnzia2xTQwfo=";
};
vendorSha256 = null;