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

dnsproxy: 0.46.1 -> 0.46.2
This commit is contained in:
figsoda
2022-10-26 12:28:24 -04:00
committed by GitHub
+2 -2
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;