postgresqlPackages.pgroonga: 4.0.2 -> 4.0.4

This commit is contained in:
R. Ryantm
2025-10-07 00:22:03 +00:00
parent 0bcf98ab2f
commit abf7fd777c
+2 -2
View File
@@ -11,13 +11,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pgroonga";
version = "4.0.2";
version = "4.0.4";
src = fetchFromGitHub {
owner = "pgroonga";
repo = "pgroonga";
tag = "${finalAttrs.version}";
hash = "sha256-hZy2qDI9bNFvcm7SbCMZxixPEXgPmjmeEOM4VoXKttE=";
hash = "sha256-SXQH+L7FKhu+2+9QyQTNi+3nFYtkE7WXv2A5LdvjG2w=";
};
nativeBuildInputs = [ pkg-config ];