dnsproxy: 0.46.5 -> 0.48.3

This commit is contained in:
R. Ryantm 2023-04-09 15:01:42 +00:00
parent c29ccca1a3
commit ed43068fb5

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.46.5";
version = "0.48.3";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-NoRB0S9hdxy6udiIbvYW8yYSuVNXIC12CXuMoNB4nNo=";
sha256 = "sha256-fQg9FsqTqSfFeCAiQZISJg6MkXqpAlYiJs8FBzYUmDs=";
};
vendorSha256 = null;
vendorHash = null;
ldflags = [ "-s" "-w" "-X" "main.VersionString=${version}" ];