postgresqlPackages.pgroonga: 3.2.3 -> 3.2.4

This commit is contained in:
Wolfgang Walther 2024-11-15 20:53:46 +00:00
parent b0187db369
commit 1f44f94ad3
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

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 ];