forked from mirrors/nixpkgs
groonga: 11.0.3 -> 11.0.4
This commit is contained in:
parent
4afb7c8e2c
commit
1189d9253a
|
@ -7,11 +7,11 @@
|
|||
stdenv.mkDerivation rec {
|
||||
|
||||
pname = "groonga";
|
||||
version = "11.0.3";
|
||||
version = "11.0.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://packages.groonga.org/source/groonga/${pname}-${version}.tar.gz";
|
||||
sha256 = "sha256-oYlc6PSBLovNsEWDc6eGpDI85T6bTHgBvxA/PZP3aQU=";
|
||||
sha256 = "sha256-a/IMroZ1zAgIv7Cx4kkj5byIMoC0o+seHhqVLaUUSqc=";
|
||||
};
|
||||
|
||||
buildInputs = with lib;
|
||||
|
|
Loading…
Reference in a new issue