dnscrypt-proxy2: 2.1.4 -> 2.1.5

This commit is contained in:
Atemu 2023-08-12 09:25:08 +02:00
parent ce5e4a6ef2
commit d4c64dcde9

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "dnscrypt-proxy2";
version = "2.1.4";
version = "2.1.5";
vendorSha256 = null;
@ -12,7 +12,7 @@ buildGoModule rec {
owner = "DNSCrypt";
repo = "dnscrypt-proxy";
rev = version;
sha256 = "sha256-98DeCrDp0TmPCSvOrJ7KgIQZBR2K1fFJrmNccZ7nSug=";
sha256 = "sha256-A9Cu4wcJxrptd9CpgXw4eyMX2nmNAogYBRDeeAjpEZY=";
};
meta = with lib; {