File tree Expand file tree Collapse file tree
pkgs/servers/sql/postgresql/ext Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212postgresqlBuildExtension ( finalAttrs : {
1313 pname = "pgroonga" ;
14- version = "4.0.1 " ;
14+ version = "4.0.2 " ;
1515
1616 src = fetchFromGitHub {
1717 owner = "pgroonga" ;
1818 repo = "pgroonga" ;
1919 tag = "${ finalAttrs . version } " ;
20- hash = "sha256-a5nNtlUiFBuuqWAjIN0gU/FaoV3VpJh+/fab8R/77dw =" ;
20+ hash = "sha256-hZy2qDI9bNFvcm7SbCMZxixPEXgPmjmeEOM4VoXKttE =" ;
2121 } ;
2222
2323 nativeBuildInputs = [ pkg-config ] ;
@@ -34,11 +34,6 @@ postgresqlBuildExtension (finalAttrs: {
3434 ] ;
3535
3636 meta = {
37- # PostgreSQL 18 support issue upstream: https://github.com/pgroonga/pgroonga/issues/708
38- # Check after next package update.
39- broken = lib . warnIf (
40- finalAttrs . version != "4.0.1"
41- ) "Is postgresql18Packages.pgroonga still broken?" ( lib . versionAtLeast postgresql . version "18" ) ;
4237 description = "PostgreSQL extension to use Groonga as the index" ;
4338 longDescription = ''
4439 PGroonga is a PostgreSQL extension to use Groonga as the index.
You can’t perform that action at this time.
0 commit comments