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

dnscrypt-proxy2: 2.0.44 -> 2.0.45
This commit is contained in:
Sandro 2021-01-18 17:35:21 +01:00 committed by GitHub
commit 1699750907
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.0.44";
version = "2.0.45";
vendorSha256 = null;
@ -12,7 +12,7 @@ buildGoModule rec {
owner = "DNSCrypt";
repo = "dnscrypt-proxy";
rev = version;
sha256 = "08bg60j5z349blj5sip1f8f793q12ix3zmqkayym5nf69s1pfm7l";
sha256 = "sha256-BvCxrFMRWPVVjK2sDlVbJKC/YK/bi4lBquIsdwOFXkw=";
};
meta = with lib; {