belr: 5.0.55 -> 5.1.3

This commit is contained in:
R. Ryantm 2022-03-05 10:35:43 +00:00
parent 0416895145
commit 2993397453

View file

@ -6,7 +6,7 @@
stdenv.mkDerivation rec {
pname = "belr";
version = "5.0.55";
version = "5.1.3";
src = fetchFromGitLab {
domain = "gitlab.linphone.org";
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
group = "BC";
repo = pname;
rev = version;
sha256 = "sha256-P3oDlaT3rN1lRhpKjbGBk7a0hJAQGQcWydFM45GMUU4=";
sha256 = "sha256-0JDwNKqPkzbXqDhgMV+okPMHPFJwmLwLsDrdD55Jcs4=";
};
buildInputs = [ bctoolbox ];