dnscrypt-wrapper: 0.2.2 -> 0.3

This commit is contained in:
Joachim Fasting 2017-08-29 21:30:55 +02:00
parent 5c730085f7
commit 429044453f
No known key found for this signature in database
GPG Key ID: 66EAB6B14F6B6E0D

View File

@ -2,15 +2,17 @@
stdenv.mkDerivation rec {
name = "dnscrypt-wrapper-${version}";
version = "0.2.2";
version = "0.3";
src = fetchFromGitHub {
owner = "Cofyc";
repo = "dnscrypt-wrapper";
rev = "v${version}";
sha256 = "0ip205safbpkmk1z7qf3hshqlc2q2zwhsm3i705m0y7rxc4200ms";
sha256 = "0wnkgn0ajx1qmfyb264jvpqxlbravdcq4m485iaa3wjp82g8xlca";
};
enableParallelBuilding = true;
nativeBuildInputs = [ pkgconfig autoreconfHook ];
buildInputs = [ libsodium libevent ];