bctoolbox: 0.2.0 -> 0.6.0

This commit is contained in:
adisbladis 2018-02-10 13:18:00 +08:00
parent ad78e52357
commit a5047cd5f0
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "${baseName}-${version}";
baseName = "bctoolbox";
version = "0.2.0";
version = "0.6.0";
buildInputs = [cmake mbedtls bcunit srtp];
src = fetchFromGitHub {
owner = "BelledonneCommunications";
repo = "${baseName}";
rev = "${version}";
sha256 = "09mjqdfjxy4jy1z68b2i99hgkbnhhk7vnbfhj9sdpd1p3jk2ha33";
sha256 = "1cxx243wyzkd4xnvpyqf97n0rjhfckpvw1vhwnbwshq3q6fra909";
};
meta = {