mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 10:12:58 +00:00
mediastreamer: 4.4.35 -> 4.5.1
This commit is contained in:
parent
0d17838f51
commit
cd700d6e0d
@ -24,7 +24,7 @@
|
||||
, libvpx
|
||||
, ortp
|
||||
, pkg-config
|
||||
, python
|
||||
, python3
|
||||
, SDL
|
||||
, speex
|
||||
, srtp
|
||||
@ -33,7 +33,7 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mediastreamer2";
|
||||
version = "4.4.35";
|
||||
version = "4.5.1";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.linphone.org";
|
||||
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||
group = "BC";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "18qmg678m087k7qsaxwfcv2p875z2kpy91pqryiv955km40drl0g";
|
||||
sha256 = "0aqma9834lzy1593qb9qwmzvzn50y6fzhmmg493jznf8977b0gsw";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
|
||||
doxygen
|
||||
intltool
|
||||
pkg-config
|
||||
python
|
||||
python3
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user