dns-over-https: 2.3.8 -> 2.3.10

This commit is contained in:
R. Ryantm
2025-04-05 03:35:49 +00:00
parent effac2a662
commit b21533d3bf
+3 -3
View File
@@ -6,16 +6,16 @@
}:
buildGoModule rec {
pname = "dns-over-https";
version = "2.3.8";
version = "2.3.10";
src = fetchFromGitHub {
owner = "m13253";
repo = "dns-over-https";
tag = "v${version}";
hash = "sha256-0tjqj67PWPRChspUQQeZqtW68IB2G8N2vhebMwHNbX4=";
hash = "sha256-WQ6OyZfQMtW9nZcvlBjHk0R96NQr0Lc2mGB5taC0d6k=";
};
vendorHash = "sha256-cASJYEglq2IrnxjqOCiepjExX/FmakeMjxPOsjUDTWM=";
vendorHash = "sha256-46BrN50G5IhdMwMVMU9Wdj/RFzUzIPoTRucCedMGu4g=";
ldflags = [
"-w"