dnscrypt-proxy: 2.1.9 -> 2.1.12

This commit is contained in:
linsui
2025-05-29 03:40:34 +08:00
parent 96ec055edb
commit 8bdc2e5acf
+2 -2
View File
@@ -7,7 +7,7 @@
buildGoModule rec {
pname = "dnscrypt-proxy";
version = "2.1.9";
version = "2.1.12";
vendorHash = null;
@@ -17,7 +17,7 @@ buildGoModule rec {
owner = "DNSCrypt";
repo = "dnscrypt-proxy";
rev = version;
sha256 = "sha256-8KnanJw9eBFm/zdy6f4OFCMStzic/n4Alnm5Y/pbDCA=";
hash = "sha256-HgpcZccx3gaR3dTJJRKPICvNxZj9KdeC0+2ll8TWgeM=";
};
passthru.tests = { inherit (nixosTests) dnscrypt-proxy2; };