bctoolbox: 0.2.0 -> 0.6.0
This commit is contained in:
parent
ad78e52357
commit
a5047cd5f0
@ -2,13 +2,13 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${baseName}-${version}";
|
name = "${baseName}-${version}";
|
||||||
baseName = "bctoolbox";
|
baseName = "bctoolbox";
|
||||||
version = "0.2.0";
|
version = "0.6.0";
|
||||||
buildInputs = [cmake mbedtls bcunit srtp];
|
buildInputs = [cmake mbedtls bcunit srtp];
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "BelledonneCommunications";
|
owner = "BelledonneCommunications";
|
||||||
repo = "${baseName}";
|
repo = "${baseName}";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "09mjqdfjxy4jy1z68b2i99hgkbnhhk7vnbfhj9sdpd1p3jk2ha33";
|
sha256 = "1cxx243wyzkd4xnvpyqf97n0rjhfckpvw1vhwnbwshq3q6fra909";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user