postgresql12JitPackages.pgroonga: 3.1.7 -> 3.1.8

This commit is contained in:
R. Ryantm 2024-02-28 10:15:19 +00:00
parent c955a45164
commit 0793cb1235

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pgroonga";
version = "3.1.7";
version = "3.1.8";
src = fetchurl {
url = "https://packages.groonga.org/source/${pname}/${pname}-${version}.tar.gz";
hash = "sha256-13hRe7nooWvx0VhQ1fvZs6ytu30AwJFBwDGjAawDRBI=";
hash = "sha256-Wjh0NJK6IfcI30R7HKCsB87/lxXZYEqiMD9t2nldCW4=";
};
nativeBuildInputs = [ pkg-config ];