belle-sip: 1.5.0 -> 1.6.3

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

View File

@ -4,14 +4,14 @@
stdenv.mkDerivation rec {
baseName = "belle-sip";
version = "1.5.0";
version = "1.6.3";
name = "${baseName}-${version}";
src = fetchFromGitHub {
owner = "BelledonneCommunications";
repo = "${baseName}";
rev = "${version}";
sha256 = "0hnm64hwgq003wicz6c485fryjfhi820fgin8ndknq60kvwxsrzn";
sha256 = "0q70db1klvhca1af29bm9paka3gyii5hfbzrj4178gclsg7cj8fk";
};
nativeBuildInputs = [ jre cmake ];