Merge staging-next into staging

This commit is contained in:
nixpkgs-ci[bot]
2025-10-07 12:08:18 +00:00
committed by GitHub
137 changed files with 2698 additions and 883 deletions
+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 ];