sphinxsearch: fix evaluation error
This commit is contained in:
parent
468f99e946
commit
428cb0ea7a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, fetchurl, pkgconfig, mysql,
|
||||
version = "2.1.9",
|
||||
version = "2.1.9";
|
||||
mainSrc = fetchurl {
|
||||
url = "http://sphinxsearch.com/files/sphinx-${version}-release.tar.gz";
|
||||
sha256 = "00vwxf3zr0g1fq9mls1z2rd8nxw74b76pkl1j466lig1qc5am2b2";
|
||||
|
|
Loading…
Reference in a new issue