mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
Update Speex
svn path=/nixpkgs/trunk/; revision=22193
This commit is contained in:
parent
a9414f4260
commit
e2d26fd6c3
|
@ -1,10 +1,10 @@
|
|||
args: with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "speex-1.2beta3";
|
||||
stdenv.mkDerivation rec {
|
||||
name = "speex-1.2rc1";
|
||||
src = fetchurl {
|
||||
url = http://downloads.us.xiph.org/releases/speex/speex-1.2beta3.tar.gz;
|
||||
sha256 = "1az7kiwa8mzi1x7j01gcakx854qcbm4g67n0c4s56bvny6dn18vp";
|
||||
url = "http://downloads.us.xiph.org/releases/speex/${name}.tar.gz";
|
||||
sha256 = "19mpkhbz3s08snvndn0h1dk2j139max6b0rr86nnsjmxazf30brl";
|
||||
};
|
||||
buildInputs = [libogg];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue