2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-16 07:38:07 +00:00

dnsproxy: 0.40.1 -> 0.40.3

This commit is contained in:
R. Ryantm 2022-01-11 05:59:00 +00:00
parent 1278e9de0b
commit c345fc5067

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.40.1";
version = "0.40.3";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-tvYurE+/ZPJeV/ZKMIC0yrwzomxd/3y0KtChei/HO6c=";
sha256 = "sha256-OkicEDu2sMEpvBbb7JFRGusMKJeQoVe3ShsbuNCoIis=";
};
vendorSha256 = null;