belcard: 5.2.12 -> 5.2.98

This commit is contained in:
R. Ryantm 2023-09-01 09:47:32 +00:00
parent f25f30b17a
commit 099e5fb372

View file

@ -8,7 +8,7 @@
stdenv.mkDerivation rec {
pname = "belcard";
version = "5.2.12";
version = "5.2.98";
src = fetchFromGitLab {
domain = "gitlab.linphone.org";
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
group = "BC";
repo = pname;
rev = version;
sha256 = "sha256-Q5FJ1Nh61woyXN7BVTZGNGXOVhcZXakLWcxaavPpgeY=";
sha256 = "sha256-pRNJ1bDS2v0Cn+6cxMeFa0JQ27UZR6kCI9P6gQ5W2GA=";
};
buildInputs = [ bctoolbox belr ];