1.0alpha4 -> 1.0alpha7
svn path=/nixpkgs/trunk/; revision=5636
This commit is contained in:
parent
c4d7d5811b
commit
3af28ab76e
@ -1,10 +1,10 @@
|
||||
{stdenv, fetchurl, libogg, libvorbis}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libtheora-1.0alpha4";
|
||||
name = "libtheora-1.0alpha7";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/libtheora-1.0alpha4.tar.bz2;
|
||||
md5 = "a71ac42ec0f848da327930841a80ff2b";
|
||||
url = http://downloads.xiph.org/releases/theora/libtheora-1.0alpha7.tar.bz2;
|
||||
md5 = "1bc851e39e4b16977131d5e5f769f48b";
|
||||
};
|
||||
propagatedBuildInputs = [libogg libvorbis];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user