postgresql12JitPackages.pgroonga: 3.0.8 -> 3.1.5

This commit is contained in:
R. Ryantm 2023-11-29 10:02:39 +00:00
parent 85306ef247
commit 2b5ffc9263

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pgroonga";
version = "3.0.8";
version = "3.1.5";
src = fetchurl {
url = "https://packages.groonga.org/source/${pname}/${pname}-${version}.tar.gz";
hash = "sha256-2/dInLG8isiSJHJgNyxgbUwMd/mtcUJxcTvSnVpBZ9M=";
hash = "sha256-ddJe+3l11O5vXfSzIT03AF6ekVmGQPVos54dSpjQnpI=";
};
nativeBuildInputs = [ pkg-config ];