dnscrypt-wrapper: 0.2.2 -> 0.3
This commit is contained in:
parent
5c730085f7
commit
429044453f
@ -2,15 +2,17 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "dnscrypt-wrapper-${version}";
|
name = "dnscrypt-wrapper-${version}";
|
||||||
version = "0.2.2";
|
version = "0.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Cofyc";
|
owner = "Cofyc";
|
||||||
repo = "dnscrypt-wrapper";
|
repo = "dnscrypt-wrapper";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0ip205safbpkmk1z7qf3hshqlc2q2zwhsm3i705m0y7rxc4200ms";
|
sha256 = "0wnkgn0ajx1qmfyb264jvpqxlbravdcq4m485iaa3wjp82g8xlca";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
||||||
buildInputs = [ libsodium libevent ];
|
buildInputs = [ libsodium libevent ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user