Merge pull request #8420 from joachifm/dnscrypt-proxy-1_5_0
dnscrypt-proxy: 1.4.3 -> 1.5.0
This commit is contained in:
commit
5afdc14871
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
|||
{ stdenv, fetchurl, libsodium }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dnscrypt-proxy-1.4.3";
|
||||
name = "dnscrypt-proxy-${version}";
|
||||
version = "1.5.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download.dnscrypt.org/dnscrypt-proxy/${name}.tar.bz2";
|
||||
sha256 = "0cij80ryxnikpmm6s79c2fqg6bdiz1wdy50xrnd7w954vw9mhr0b";
|
||||
sha256 = "1cp3ivxngrihil6i7b659d39v9v6iwjs16s2kj9wz1anzyx0j6nx";
|
||||
};
|
||||
|
||||
buildInputs = [ libsodium ];
|
||||
|
|
Loading…
Reference in a new issue