belcard: 5.1.12 -> 5.2.12

This commit is contained in:
R. Ryantm 2023-01-19 22:49:30 +00:00
parent f46ee73ba6
commit 1e0b7ce9f4

View File

@ -8,7 +8,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "belcard"; pname = "belcard";
version = "5.1.12"; version = "5.2.12";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.linphone.org"; domain = "gitlab.linphone.org";
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
group = "BC"; group = "BC";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-ZxO0Y4R04T+3K+08fEJ9krWfYSodQLrjBZYbGrKOrXI="; sha256 = "sha256-Q5FJ1Nh61woyXN7BVTZGNGXOVhcZXakLWcxaavPpgeY=";
}; };
buildInputs = [ bctoolbox belr ]; buildInputs = [ bctoolbox belr ];