Merge pull request #18161 from ericsagnes/pkg-up/groonga
groonga: 6.0.7 -> 6.0.8
This commit is contained in:
commit
5ad61449bc
@ -7,11 +7,11 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "groonga-${version}";
|
name = "groonga-${version}";
|
||||||
version = "6.0.7";
|
version = "6.0.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://packages.groonga.org/source/groonga/groonga-6.0.7.tar.gz";
|
url = "http://packages.groonga.org/source/groonga/${name}.tar.gz";
|
||||||
sha256 = "19vpjjq3mqaqy9idlmqg2agrz9dc48a9id8j7nx158pkwjvpj7jf";
|
sha256 = "05mp6zkavxj87nbx0jr48rpjjcf7fzdczxa93sxp4zq2dsnn5s5r";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with stdenv.lib; [ pkgconfig mecab kytea libedit ] ++
|
buildInputs = with stdenv.lib; [ pkgconfig mecab kytea libedit ] ++
|
||||||
|
Loading…
Reference in New Issue
Block a user