3
0
Fork 0
forked from mirrors/nixpkgs

update to 1.2.3

svn path=/nixpkgs/branches/stdenv-updates/; revision=19511
This commit is contained in:
Armijn Hemel 2010-01-17 23:04:26 +00:00
parent e2a24424ec
commit f33363a841

View file

@ -1,10 +1,10 @@
{stdenv, fetchurl, libogg}:
stdenv.mkDerivation {
name = "libvorbis-1.2.0";
name = "libvorbis-1.2.3";
src = fetchurl {
url = http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.tar.bz2;
sha256 = "0nq62b8y2rhhgxxyiw6b4wchic61q5v649fdl8dd7090nxxcbx4y";
url = http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.3.tar.bz2;
sha256 = "0aj9jfxsp89vs78321sqvj8my4bxcb7pjr959nhi9wj0r032gyfv";
};
propagatedBuildInputs = [ libogg ];