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

postgresql11JitPackages.pgroonga: 3.0.6 -> 3.0.7
This commit is contained in:
Mario Rodas 2023-06-24 10:51:29 -05:00 committed by GitHub
commit 591ad001af
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.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 ];