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

dnscrypt-proxy2: 2.1.4 -> 2.1.5

authored by Nick Cao and committed by GitHub 964013e3 29ed90aa

+2 -2
+2 -2
pkgs/tools/networking/dnscrypt-proxy2/default.nix
··· 2 3 buildGoModule rec { 4 pname = "dnscrypt-proxy2"; 5 - version = "2.1.4"; 6 7 vendorSha256 = null; 8 ··· 12 owner = "DNSCrypt"; 13 repo = "dnscrypt-proxy"; 14 rev = version; 15 - sha256 = "sha256-98DeCrDp0TmPCSvOrJ7KgIQZBR2K1fFJrmNccZ7nSug="; 16 }; 17 18 meta = with lib; {
··· 2 3 buildGoModule rec { 4 pname = "dnscrypt-proxy2"; 5 + version = "2.1.5"; 6 7 vendorSha256 = null; 8 ··· 12 owner = "DNSCrypt"; 13 repo = "dnscrypt-proxy"; 14 rev = version; 15 + sha256 = "sha256-A9Cu4wcJxrptd9CpgXw4eyMX2nmNAogYBRDeeAjpEZY="; 16 }; 17 18 meta = with lib; {