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

dnsproxy: 0.46.5 -> 0.48.3
This commit is contained in:
Weijia Wang
2023-04-11 01:16:46 +03:00
committed by GitHub
+3 -3
View File
@@ -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}" ];