Merge pull request #248666 from Atemu/update/dnscrypt-proxy

dnscrypt-proxy2: 2.1.4 -> 2.1.5
This commit is contained in:
Nick Cao 2023-08-13 00:47:56 -06:00 committed by GitHub
commit 964013e309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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