Merge pull request #235030 from r-ryantm/auto-update/postgresql11JitPackages.pgroonga

postgresql11JitPackages.pgroonga: 3.0.1 -> 3.0.3
This commit is contained in:
Mario Rodas
2023-05-31 01:25:41 -05:00
committed by GitHub
+3 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pgroonga";
version = "3.0.1";
version = "3.0.5";
src = fetchurl {
url = "https://packages.groonga.org/source/${pname}/${pname}-${version}.tar.gz";
sha256 = "sha256-lsUtM6AM/AVjDGP9vSzj7Vxx+3+IS4cr7ctmU4C6Ml8=";
hash = "sha256-5cVfZk2bFop/EQjvfObiN/AF/iv3DqDIKb/BkbEyKbE=";
};
nativeBuildInputs = [ pkg-config ];
@@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
You can use super fast full text search feature against all languages by installing PGroonga into your PostgreSQL.
'';
homepage = "https://pgroonga.github.io/";
changelog = "https://github.com/pgroonga/pgroonga/releases/tag/${version}";
license = licenses.postgresql;
platforms = postgresql.meta.platforms;
maintainers = with maintainers; [ DerTim1 ];