Bump *sphinx* to 0.7

svn path=/nixpkgs/trunk/; revision=27015
This commit is contained in:
Shea Levy
2011-04-27 21:15:42 +00:00
parent 02677481ae
commit ab8ccf9fc3
2 changed files with 6 additions and 6 deletions

View File

@@ -1,14 +1,14 @@
{ stdenv, fetchurl, pkgconfig }:
{ stdenv, fetchurl, bison, pkgconfig }:
stdenv.mkDerivation rec {
name = "sphinxbase-0.6.1";
name = "sphinxbase-0.7";
src = fetchurl {
url = "mirror://sourceforge/cmusphinx/${name}.tar.gz";
sha256 = "1blra8igkqbqr7m2izbis1h3kkzblsqj9rkbw0f00025li8i1z55";
sha256 = "0xab4ph9215rw5865gihmahbbnbi58klll5xg0il9ifld4wdjacq";
};
buildInputs = [ pkgconfig ];
buildInputs = [ pkgconfig bison ];
meta = {
description = "Support Library for Pocketsphinx";