dnscrypt-proxy: 2.1.12 -> 2.1.13

This commit is contained in:
R. Ryantm 2025-08-12 00:40:54 +00:00
parent a2a025b8f3
commit 5911af6736

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; };