postgresqlPackages.pgroonga: 3.2.3 -> 3.2.4

(cherry picked from commit 1f44f94ad3)
This commit is contained in:
Wolfgang Walther 2024-11-15 20:53:46 +00:00 committed by github-actions[bot]
parent cc000088e6
commit 42108ff589

View File

@ -2,13 +2,13 @@
buildPostgresqlExtension rec {
pname = "pgroonga";
version = "3.2.3";
version = "3.2.4";
src = fetchFromGitHub {
owner = "pgroonga";
repo = "pgroonga";
rev = "${version}";
hash = "sha256-bDCDfb78r/HUa7LuZZrwrSZEFcevA1pwSy8/tcCh/oE=";
hash = "sha256-ZHACMsQ+hneU68Y2jOpz16Mo0jzgXKaVSCZ/qAqCDdI=";
};
nativeBuildInputs = [ pkg-config ];