dnscrypt-proxy: 1.9.4 -> 1.9.5

See https://github.com/jedisct1/dnscrypt-proxy/releases/tag/1.9.5
This commit is contained in:
Joachim Fasting 2017-05-21 18:00:01 +02:00
parent 16b6ee3608
commit bfd3227686
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "dnscrypt-proxy-${version}";
version = "1.9.4";
version = "1.9.5";
src = fetchurl {
url = "https://download.dnscrypt.org/dnscrypt-proxy/${name}.tar.bz2";
sha256 = "07piwsjczamwvdpv1585kg4awqakip51bwsm8nqi6bljww4agx7x";
sha256 = "1dhvklr4dg2vlw108n11xbamacaryyg3dbrg629b76lp7685p7z8";
};
configureFlags = optional stdenv.isLinux "--with-systemd";