belcard: 4.4.34 -> 4.5.1

This commit is contained in:
Jaakko Luttinen 2021-04-02 11:07:48 +03:00
parent cd700d6e0d
commit 613615a98e
No known key found for this signature in database
GPG Key ID: 7B1CE13152E6B964

View File

@ -7,7 +7,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "belcard"; pname = "belcard";
version = "4.4.34"; version = "4.5.1";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.linphone.org"; domain = "gitlab.linphone.org";
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
group = "BC"; group = "BC";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "16x2xp8d0a115132zhy1kpxkyj86ia7vrsnpjdg78fnbvmvysc8m"; sha256 = "14hkgwr2a9zw44v1s8xscqxa2mwin06jsxpwb3hflh9mp16ymfzv";
}; };
buildInputs = [ bctoolbox belr ]; buildInputs = [ bctoolbox belr ];