3
0
Fork 0
forked from mirrors/nixpkgs

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

dnsproxy: 0.27.1 -> 0.28.1
This commit is contained in:
Mario Rodas 2020-05-19 08:06:44 -05:00 committed by GitHub
commit 0cd6f8db6a
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.27.1";
version = "0.28.1";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "0nsj75aw5dym1pzn18p6fzh17vcryz1xs4xly6ga79dkpyijr9j8";
sha256 = "1pa4skrhdcblqs8r1kik5g8h9p6pcin5pd7b1dh7xk2n86xs8j22";
};
vendorSha256 = null;