Merge pull request #33629 from rnhmjoj/dnscrypt-proxy

Restore dnscrypt-proxy
This commit is contained in:
Joachim F
2018-01-09 21:34:14 +00:00
committed by GitHub
8 changed files with 425 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
version = "1.9.5";
src = fetchurl {
url = "https://download.dnscrypt.org/dnscrypt-proxy/${name}.tar.bz2";
url = "https://launchpad.net/ubuntu/+archive/primary/+files/${name}.orig.tar.gz";
sha256 = "1dhvklr4dg2vlw108n11xbamacaryyg3dbrg629b76lp7685p7z8";
};