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

dnsproxy: 0.41.1 -> 0.41.2
This commit is contained in:
Bobby Rong 2022-02-19 13:38:32 +08:00 committed by GitHub
commit abf79e5e71
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.1";
version = "0.41.2";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-QwX31R/FuV8vACpgBJ5z94y1U4zH+ToEiloJ16kXqVc=";
sha256 = "sha256-Bo6OxHNZYA1cP2iP/QnaN80DcwBGIVCQXH/mc75hFUY=";
};
vendorSha256 = null;