dnscrypt-proxy: 2.1.12 -> 2.1.13 (#432964)

This commit is contained in:
Yohann Boniface
2025-08-16 02:59:06 +02:00
committed by GitHub
+2 -2
View File
@@ -7,7 +7,7 @@
buildGoModule rec {
pname = "dnscrypt-proxy";
version = "2.1.12";
version = "2.1.13";
vendorHash = null;
@@ -17,7 +17,7 @@ buildGoModule rec {
owner = "DNSCrypt";
repo = "dnscrypt-proxy";
rev = version;
hash = "sha256-HgpcZccx3gaR3dTJJRKPICvNxZj9KdeC0+2ll8TWgeM=";
hash = "sha256-IFfhcirUGbp/pKFN/5aEpuIuhSR3ZS4K7TatBtaX5zg=";
};
passthru.tests = { inherit (nixosTests) dnscrypt-proxy2; };