Merge pull request #109891 from r-ryantm/auto-update/belcard

belcard: 4.4.13 -> 4.4.24
This commit is contained in:
Sandro 2021-01-19 14:50:52 +01:00 committed by GitHub
commit bd894098da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
stdenv.mkDerivation rec {
pname = "belcard";
version = "4.4.13";
version = "4.4.24";
src = fetchFromGitLab {
domain = "gitlab.linphone.org";
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
group = "BC";
repo = pname;
rev = version;
sha256 = "16x2xp8d0a115132zhy1kpxkyj86ia7vrsnpjdg78fnbvmvysc8m";
sha256 = "sha256-FTHtd93LOnRek9fqvI+KBkk/+53Bwy9GKCEo0NDtops=";
};
buildInputs = [ bctoolbox belr ];