dnsproxy: 0.45.1 -> 0.45.2

This commit is contained in:
R. Ryantm
2022-10-01 18:45:21 +00:00
parent 14c5d22687
commit 637e53f4cc
+2 -2
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;