groonga: 10.0.6 -> 10.0.8
This commit is contained in:
parent
54f7498601
commit
f33e4b4a0c
|
@ -7,11 +7,11 @@
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
pname = "groonga";
|
pname = "groonga";
|
||||||
version = "10.0.6";
|
version = "10.0.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://packages.groonga.org/source/groonga/${pname}-${version}.tar.gz";
|
url = "https://packages.groonga.org/source/groonga/${pname}-${version}.tar.gz";
|
||||||
sha256 = "1q3xx6jc967nj7h8gvnrqxn8657dn3qy9j802rjzcg6iwlpjack9";
|
sha256 = "0ppjxgq7bwhzzlrl2jn7ybc132c8rg95yhwshxqgccbhbs8s6c29";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with stdenv.lib;
|
buildInputs = with stdenv.lib;
|
||||||
|
|
Loading…
Reference in New Issue