Merge pull request #184800 from r-ryantm/auto-update/dnscrypt-proxy2

dnscrypt-proxy2: 2.1.1 -> 2.1.2
This commit is contained in:
Mario Rodas
2022-08-13 12:05:59 -05:00
committed by GitHub
@@ -2,7 +2,7 @@
buildGoModule rec {
pname = "dnscrypt-proxy2";
version = "2.1.1";
version = "2.1.2";
vendorSha256 = null;
@@ -12,7 +12,7 @@ buildGoModule rec {
owner = "DNSCrypt";
repo = "dnscrypt-proxy";
rev = version;
sha256 = "sha256-BtH/h2HejXDWSoqWRTjZXMLYDRoMe8lSUDX6Gay1gA8=";
sha256 = "sha256-vFUbsgLgwQGb/2rValFRuZXguxyAJzOBMLnbVs0swes=";
};
meta = with lib; {