postgresql11JitPackages.pgroonga: 3.0.6 -> 3.0.7

This commit is contained in:
R. Ryantm
2023-06-24 15:00:47 +00:00
parent 42637bd822
commit c890237f94
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pgroonga";
version = "3.0.6";
version = "3.0.7";
src = fetchurl {
url = "https://packages.groonga.org/source/${pname}/${pname}-${version}.tar.gz";
hash = "sha256-01d5pH7QK72orttbelTzqwpDBS9+qYYgn7cc9qGZ/RI=";
hash = "sha256-iF/zh4zDDpAw5fxW1WG8i2bfPt4VYsnYArwOoE/lwgM=";
};
nativeBuildInputs = [ pkg-config ];