mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
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.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 ];
|
||||
|
|
Loading…
Reference in a new issue