update to 1.2.3
svn path=/nixpkgs/branches/stdenv-updates/; revision=19511
This commit is contained in:
parent
e2a24424ec
commit
f33363a841
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, libogg}:
|
{stdenv, fetchurl, libogg}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "libvorbis-1.2.0";
|
name = "libvorbis-1.2.3";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.tar.bz2;
|
url = http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.3.tar.bz2;
|
||||||
sha256 = "0nq62b8y2rhhgxxyiw6b4wchic61q5v649fdl8dd7090nxxcbx4y";
|
sha256 = "0aj9jfxsp89vs78321sqvj8my4bxcb7pjr959nhi9wj0r032gyfv";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ libogg ];
|
propagatedBuildInputs = [ libogg ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user