dnsproxy: 0.71.1 -> 0.71.2

This commit is contained in:
R. Ryantm
2024-05-31 14:25:34 +00:00
parent ef54ee7074
commit 998ca6a110
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "dnsproxy";
version = "0.71.1";
version = "0.71.2";
src = fetchFromGitHub {
owner = "AdguardTeam";
repo = "dnsproxy";
rev = "v${version}";
hash = "sha256-g+QjGU+9//Ms7s61IzkxLTffmu1XIhzUX841e86JqE4=";
hash = "sha256-fsJWyb3YFmTeLf1qbO42RTldiEv3MeXyrySywGmIg5A=";
};
vendorHash = "sha256-8t1/XIjDXRHumHkRNxQBeexL2qN94AHModk8ioLpMNY=";
vendorHash = "sha256-oINdRXLtfoCOpZ+n4HAkPtXyKen4m9VaDz1ggiEzehc=";
ldflags = [ "-s" "-w" "-X" "github.com/AdguardTeam/dnsproxy/internal/version.version=${version}" ];