Merge pull request #270894 from r-ryantm/auto-update/postgresql12JitPackages.pgroonga

postgresql12JitPackages.pgroonga: 3.0.8 -> 3.1.5
This commit is contained in:
Mario Rodas 2023-11-29 19:07:12 -05:00 committed by GitHub
commit c1fd973219
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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