mediastreamer: 2.11.2 -> 2.12.1
This fixes the build broken by ortp update d4d6d9d3d. http://hydra.nixos.org/build/35224682
This commit is contained in:
parent
9cd896367a
commit
372d367b37
@ -4,11 +4,11 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mediastreamer-2.11.2";
|
name = "mediastreamer-2.12.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://savannah/linphone/mediastreamer/${name}.tar.gz";
|
url = "mirror://savannah/linphone/mediastreamer/${name}.tar.gz";
|
||||||
sha256 = "1g6gawrlz1lixzs1kzckm3rxc401ww8pi00x7r5kb84bdijb02cc";
|
sha256 = "1rzjh2ln8qd6jvfmxlnbrcx2vbajx2j9hblqq2gdn10sf97qvgqd";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./plugins_dir.patch ];
|
patches = [ ./plugins_dir.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user