dnsproxy: 0.75.3 -> 0.75.4

This commit is contained in:
R. Ryantm
2025-05-11 22:45:38 +00:00
parent b26b153a7c
commit 3e1a37b002
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.75.3";
version = "0.75.4";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = "dnsproxy";
rev = "v${version}";
hash = "sha256-pUCkKnW0t3ogpGrQKkR4AbmMqdeY7DieATX5GmlFv9E=";
hash = "sha256-pKIUyB/GXuqLos2OdYw6heTbsaj4l2xhSy3iCQKdbaA=";
};
vendorHash = "sha256-imML/SK4NdHGH5FsjvKjt5GM3vwi6v+pF1Mu8Dy8Lms=";