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

postgresql12JitPackages.pgroonga: 3.1.7 -> 3.1.8
This commit is contained in:
Mario Rodas 2024-02-28 07:55:55 -05:00 committed by GitHub
commit c421bbf0b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pgroonga";
version = "3.1.7";
version = "3.1.8";
src = fetchurl {
url = "https://packages.groonga.org/source/${pname}/${pname}-${version}.tar.gz";
hash = "sha256-13hRe7nooWvx0VhQ1fvZs6ytu30AwJFBwDGjAawDRBI=";
hash = "sha256-Wjh0NJK6IfcI30R7HKCsB87/lxXZYEqiMD9t2nldCW4=";
};
nativeBuildInputs = [ pkg-config ];