Skip to content

Commit 189e927

Browse files
postgresqlPackages.pgroonga: 4.0.1 -> 4.0.2 (#442607)
2 parents c718a7e + a4e06d4 commit 189e927

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

pkgs/servers/sql/postgresql/ext/pgroonga.nix

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
postgresqlBuildExtension (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.

0 commit comments

Comments
 (0)