Skip to content

Commit

Permalink
dnscrypt-proxy: 1.9.1 -> 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rnhmjoj committed Jan 23, 2017
1 parent fc8233a commit a7b7d0f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pkgs/tools/networking/dnscrypt-proxy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "dnscrypt-proxy-${version}";
version = "1.9.1";
version = "1.9.4";

src = fetchurl {
url = "https://download.dnscrypt.org/dnscrypt-proxy/${name}.tar.bz2";
sha256 = "0aa1qw59b72wl922lfhg24xq2gkv95v1s0daiiqv9b4zpap3ynag";
sha256 = "07piwsjczamwvdpv1585kg4awqakip51bwsm8nqi6bljww4agx7x";
};

configureFlags = optional stdenv.isLinux "--with-systemd";
Expand All @@ -21,14 +21,6 @@ stdenv.mkDerivation rec {
# Previous versions required libtool files to load plugins; they are
# now strictly optional.
rm $out/lib/dnscrypt-proxy/*.la
# The installation ends up copying the same sample configuration
# into $out/etc twice, with the expectation that one of them will be
# edited by the user. Since we can't modify the file, it makes more
# sense to move only a single copy to the doc directory.
mkdir -p $out/share/doc/dnscrypt-proxy
mv $out/etc/dnscrypt-proxy.conf.example $out/share/doc/dnscrypt-proxy/
rm -rf $out/etc
'';

meta = {
Expand Down

0 comments on commit a7b7d0f

Please sign in to comment.