Merge pull request #162876 from r-ryantm/auto-update/belr

belr: 5.0.55 -> 5.1.3
This commit is contained in:
Bobby Rong 2022-03-19 23:10:38 +08:00 committed by GitHub
commit ed8e0ef136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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