mediastreamer: unstable-2020-03-20 -> 4.4.13

This commit is contained in:
Gabriel Ebner 2020-12-07 19:10:33 +01:00
parent ba6b3cb756
commit c17a8f2717

View file

@ -33,17 +33,15 @@
stdenv.mkDerivation rec {
pname = "mediastreamer2";
# Using master branch for linphone-desktop caused a chain reaction that many
# of its dependencies needed to use master branch too.
version = "unstable-2020-03-20";
version = "4.4.13";
src = fetchFromGitLab {
domain = "gitlab.linphone.org";
owner = "public";
group = "BC";
repo = pname;
rev = "c5eecb72cb44376d142949051dd0cb7c982608fb";
sha256 = "1vp260jxvjlmrmjdl4p23prg4cjln20a7z6zq8dqvfh4iq3ya033";
rev = version;
sha256 = "0w84v1ajhyysr41qaj7x4njwdak84cc10lq33hl8lq68a52fc2vw";
};
patches = [