dnsproxy: 0.48.3 -> 0.49.1

This commit is contained in:
R. Ryantm 2023-04-20 06:41:49 +00:00
parent f864e4613b
commit 766e9bf297

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.48.3";
version = "0.49.1";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-fQg9FsqTqSfFeCAiQZISJg6MkXqpAlYiJs8FBzYUmDs=";
sha256 = "sha256-ImswEptEUUWeHX8hz3L/AJD25xAUAvc17Zli3lYNBjc=";
};
vendorHash = null;