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

dnsproxy: 0.41.3 -> 0.41.4
This commit is contained in:
Ryan Mulligan 2022-03-12 14:53:36 -06:00 committed by GitHub
commit c8051534da
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.41.3";
version = "0.41.4";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-p5kfpqqTg1wXPYTBScjUGClSKT6yb7ZSnzia2xTQwfo=";
sha256 = "sha256-aVYjYEAEANAMGv7frZWfYWLzX7rcI8phpjvrENK8cc4=";
};
vendorSha256 = null;