3
0
Fork 0
forked from mirrors/nixpkgs

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

dnsproxy: 0.45.1 -> 0.45.2
This commit is contained in:
Mario Rodas 2022-10-01 14:39:11 -05:00 committed by GitHub
commit 9e42cf3b88
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.45.1";
version = "0.45.2";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-sBLZHBbBUF2qpmgRbMahVOcoZOURZRMfW8hAebuxXRs=";
sha256 = "sha256-2lPGKLmLDP39qtyb88MiCBVjbztrBFqqy5hc7iOK3QE=";
};
vendorSha256 = null;