dnsproxy: 0.46.1 -> 0.46.2

This commit is contained in:
R. Ryantm 2022-10-26 11:23:32 +00:00
parent 58ad22ff2d
commit 9adf498341

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.46.1";
version = "0.46.2";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-MTnxKw1aH1DfUNCf3Rcrb93ShAsQ3/pJTpYB3LAu894=";
sha256 = "sha256-yqlnjPy0rjA0C2hBtFfc+hMwOk18okSKZufqc0uDJLE=";
};
vendorSha256 = null;