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

belr: 4.5.3 -> 5.0.55
This commit is contained in:
Mario Rodas 2022-02-12 09:19:17 -05:00 committed by GitHub
commit 87393dac0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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