mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
groonga: 6.0.7 -> 6.0.8
This commit is contained in:
parent
7a073c1c6d
commit
6eaad23263
@ -7,11 +7,11 @@
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
name = "groonga-${version}";
|
||||
version = "6.0.7";
|
||||
version = "6.0.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://packages.groonga.org/source/groonga/groonga-6.0.7.tar.gz";
|
||||
sha256 = "19vpjjq3mqaqy9idlmqg2agrz9dc48a9id8j7nx158pkwjvpj7jf";
|
||||
url = "http://packages.groonga.org/source/groonga/${name}.tar.gz";
|
||||
sha256 = "05mp6zkavxj87nbx0jr48rpjjcf7fzdczxa93sxp4zq2dsnn5s5r";
|
||||
};
|
||||
|
||||
buildInputs = with stdenv.lib; [ pkgconfig mecab kytea libedit ] ++
|
||||
|
Loading…
Reference in New Issue
Block a user