dnsproxy: 0.49.1 -> 0.50.1

This commit is contained in:
R. Ryantm
2023-06-12 00:50:02 +00:00
parent 748209b906
commit 942002584f
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.49.1";
version = "0.50.1";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ImswEptEUUWeHX8hz3L/AJD25xAUAvc17Zli3lYNBjc=";
sha256 = "sha256-lDHfVhhc2fD8a1kTpX74RNogKC6ov1RKvzmjgvu+MNQ=";
};
vendorHash = null;