update to 1.2.0
svn path=/nixpkgs/trunk/; revision=10011
This commit is contained in:
parent
3e5a5f7de4
commit
1d7ee3f29d
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, libogg}:
|
{stdenv, fetchurl, libogg}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "libvorbis-1.1.2";
|
name = "libvorbis-1.2.0";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://downloads.xiph.org/releases/vorbis/libvorbis-1.1.2.tar.gz;
|
url = http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.tar.bz2;
|
||||||
md5 = "37847626b8e1b53ae79a34714c7b3211";
|
sha256 = "0nq62b8y2rhhgxxyiw6b4wchic61q5v649fdl8dd7090nxxcbx4y";
|
||||||
};
|
};
|
||||||
buildInputs = [libogg];
|
buildInputs = [libogg];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user