dnsproxy: 0.45.0 -> 0.45.1

This commit is contained in:
R. Ryantm
2022-09-30 11:42:19 +00:00
parent 85361fc630
commit 942d4ec75e
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.45.0";
version = "0.45.1";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ksHG269gXb37TrRrrH9aePnqxyPs03noJCPxlhChZkQ=";
sha256 = "sha256-sBLZHBbBUF2qpmgRbMahVOcoZOURZRMfW8hAebuxXRs=";
};
vendorSha256 = null;