Merge pull request #229032 from r-ryantm/auto-update/postgresql11JitPackages.pgroonga

postgresql11JitPackages.pgroonga: 2.4.2 -> 3.0.0
This commit is contained in:
Mario Rodas 2023-04-30 06:34:11 -05:00 committed by GitHub
commit bf12df5e19
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 = "2.4.2";
version = "3.0.1";
src = fetchurl {
url = "https://packages.groonga.org/source/${pname}/${pname}-${version}.tar.gz";
sha256 = "sha256-5klltU+9dz30tjE0lQfNinrVEZyT8UpK120kQ1j/yig=";
sha256 = "sha256-lsUtM6AM/AVjDGP9vSzj7Vxx+3+IS4cr7ctmU4C6Ml8=";
};
nativeBuildInputs = [ pkg-config ];