postgresqlPackages.pgroonga: 4.0.4 -> 4.0.5 (#470547)

This commit is contained in:
Nick Cao
2025-12-15 21:40:36 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pgroonga";
version = "4.0.4";
version = "4.0.5";
src = fetchFromGitHub {
owner = "pgroonga";
repo = "pgroonga";
tag = "${finalAttrs.version}";
hash = "sha256-SXQH+L7FKhu+2+9QyQTNi+3nFYtkE7WXv2A5LdvjG2w=";
hash = "sha256-PwUnjwqnmoWQ9kKZuKsAVzVBRyKvT+aexrm5eeRiRIQ=";
};
nativeBuildInputs = [ pkg-config ];