libmatroska: 1.4.7 -> 1.4.8
This commit is contained in:
parent
7a566fc06d
commit
4e36cce39b
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, libebml }:
|
{ stdenv, fetchurl, pkgconfig, libebml }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libmatroska-1.4.7";
|
name = "libmatroska-1.4.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://dl.matroska.org/downloads/libmatroska/${name}.tar.bz2";
|
url = "http://dl.matroska.org/downloads/libmatroska/${name}.tar.xz";
|
||||||
sha256 = "1yi5cnv13nhl27xyqayd5l3sf0j3swfj3apzibv71yg9pariwi26";
|
sha256 = "14n9sw974prr3yp4yjb7aadi6x2yz5a0hjw8fs3qigy5shh2piyq";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user