update to 1.0

svn path=/nixpkgs/trunk/; revision=13187
This commit is contained in:
Armijn Hemel 2008-11-04 16:13:55 +00:00
parent 8596239d14
commit 6ae377d514

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