dnscrypt-proxy: 2.1.13 -> 2.1.14

R. Ryantm ceffedaa f2a2de23

Changed files
+2 -2
pkgs
by-name
dn
dnscrypt-proxy
+2 -2
pkgs/by-name/dn/dnscrypt-proxy/package.nix
···
buildGoModule rec {
pname = "dnscrypt-proxy";
-
version = "2.1.13";
+
version = "2.1.14";
vendorHash = null;
···
owner = "DNSCrypt";
repo = "dnscrypt-proxy";
rev = version;
-
hash = "sha256-IFfhcirUGbp/pKFN/5aEpuIuhSR3ZS4K7TatBtaX5zg=";
+
hash = "sha256-JPBAlRpJw6Oy4f3twyhX95XqWFtUTEFPjwyVaNMSHmQ=";
};
passthru.tests = { inherit (nixosTests) dnscrypt-proxy2; };