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

dnsproxy: 0.52.0 -> 0.54.0
This commit is contained in:
Nick Cao 2023-08-23 17:17:39 +08:00 committed by GitHub
commit b6eb8cbe0f
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.52.0";
version = "0.54.0";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-vHiC7RWPba4LlS0YX088HqS3hLGEt0jHKzL7DcysEkw=";
sha256 = "sha256-wA88v8zF5sq3NQwKh8g4k/COviuaegGn6bBTzBMcdGM=";
};
vendorHash = null;