Merge pull request #150261 from r-ryantm/auto-update/bzrtp

bzrtp: 5.0.0 -> 5.0.55
This commit is contained in:
Jörg Thalheim 2021-12-11 15:28:58 +00:00 committed by GitHub
commit 33ab1fd032
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
stdenv.mkDerivation rec {
pname = "bzrtp";
version = "5.0.0";
version = "5.0.55";
src = fetchFromGitLab {
domain = "gitlab.linphone.org";
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
group = "BC";
repo = pname;
rev = version;
sha256 = "sha256-cagRN0DQw1/efCuMWngcF04SE9bViHANaNsQNKB5txA=";
sha256 = "sha256-+rUDKdMUeVnGsvG7NgQkN6e+DY2bThIyuPTvqxG6uDk=";
};
buildInputs = [ bctoolbox sqlite ];