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

dnsproxy: 0.48.3 -> 0.49.1
This commit is contained in:
Weijia Wang 2023-04-20 23:15:24 +03:00 committed by GitHub
commit 30f8b5a710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;