update to 1.0beta2

svn path=/nixpkgs/trunk/; revision=10010
This commit is contained in:
Armijn Hemel 2007-12-31 19:12:30 +00:00
parent 346f103a1d
commit 3e5a5f7de4

View file

@ -1,10 +1,10 @@
{stdenv, fetchurl, libogg, libvorbis}:
stdenv.mkDerivation {
name = "libtheora-1.0alpha7";
name = "libtheora-1.0beta2";
src = fetchurl {
url = http://downloads.xiph.org/releases/theora/libtheora-1.0alpha7.tar.bz2;
md5 = "1bc851e39e4b16977131d5e5f769f48b";
url = http://downloads.xiph.org/releases/theora/libtheora-1.0beta2.tar.gz;
sha256 = "0iwwprpi4s9y37c5yvlb572wd5gb2s635pxrkz5589266g1j1dcg";
};
propagatedBuildInputs = [libogg libvorbis];
}