1.1.0 -> 1.1.2
svn path=/nixpkgs/trunk/; revision=5639
This commit is contained in:
parent
61b212ea59
commit
381a915353
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, libogg}:
|
{stdenv, fetchurl, libogg}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "libvorbis-1.1.0";
|
name = "libvorbis-1.1.2";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://nix.cs.uu.nl/dist/tarballs/libvorbis-1.1.0.tar.gz;
|
url = http://downloads.xiph.org/releases/vorbis/libvorbis-1.1.2.tar.gz;
|
||||||
md5 = "bb764aeabde613d1a424a29b1f15e7e6";
|
md5 = "37847626b8e1b53ae79a34714c7b3211";
|
||||||
};
|
};
|
||||||
buildInputs = [libogg];
|
buildInputs = [libogg];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user