Merge pull request #6197 from joachifm/update-dnscrypt-proxy

dnscrypt-proxy: bump to version 1.4.3
This commit is contained in:
Pascal Wittmann 2015-02-06 13:16:49 +01:00
commit e938e70587

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, libsodium }:
stdenv.mkDerivation rec {
name = "dnscrypt-proxy-1.4.1";
name = "dnscrypt-proxy-1.4.3";
src = fetchurl {
url = "http://download.dnscrypt.org/dnscrypt-proxy/${name}.tar.bz2";
sha256 = "00cf5c520c8a5a71ad4916b33aa0c8f9f55434039304f4ba10d7fffc620563f8";
sha256 = "0cij80ryxnikpmm6s79c2fqg6bdiz1wdy50xrnd7w954vw9mhr0b";
};
buildInputs = [ libsodium ];