Merge pull request 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
commit 61509ee70f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}" ];