mediastreamer: unstable-2020-03-20 -> 4.4.13
This commit is contained in:
parent
ba6b3cb756
commit
c17a8f2717
1 changed files with 3 additions and 5 deletions
|
@ -33,17 +33,15 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mediastreamer2";
|
pname = "mediastreamer2";
|
||||||
# Using master branch for linphone-desktop caused a chain reaction that many
|
version = "4.4.13";
|
||||||
# of its dependencies needed to use master branch too.
|
|
||||||
version = "unstable-2020-03-20";
|
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "gitlab.linphone.org";
|
domain = "gitlab.linphone.org";
|
||||||
owner = "public";
|
owner = "public";
|
||||||
group = "BC";
|
group = "BC";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "c5eecb72cb44376d142949051dd0cb7c982608fb";
|
rev = version;
|
||||||
sha256 = "1vp260jxvjlmrmjdl4p23prg4cjln20a7z6zq8dqvfh4iq3ya033";
|
sha256 = "0w84v1ajhyysr41qaj7x4njwdak84cc10lq33hl8lq68a52fc2vw";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue