postgresql12JitPackages.pgroonga: 3.1.5 -> 3.1.6

This commit is contained in:
R. Ryantm 2024-01-12 04:54:32 +00:00
parent a2f82b9b84
commit 1eeef06673

View file

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