groonga: 11.0.1 -> 11.0.2
This commit is contained in:
parent
9e6d18dfb9
commit
5546f01b5a
@ -7,11 +7,11 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
pname = "groonga";
|
pname = "groonga";
|
||||||
version = "11.0.1";
|
version = "11.0.2";
|
||||||
|
|
||||||
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 = "sha256-Ap5DdOf3PVctMAYCP0Xr4VjqO5yEWqrKX6FbId8/FMQ=";
|
sha256 = "sha256-3inLVkjjwphz00N0fWJqXvyzAjV9x72C3E33duLeVYw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with lib;
|
buildInputs = with lib;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user