Merge pull request #279838 from r-ryantm/auto-update/libpg_query

libpg_query: 16-5.0.0 -> 16-5.1.0
This commit is contained in:
Mario Rodas 2024-01-12 00:16:11 -05:00 committed by GitHub
commit 55581543a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libpg_query";
version = "16-5.0.0";
version = "16-5.1.0";
src = fetchFromGitHub {
owner = "pganalyze";
repo = "libpg_query";
rev = version;
hash = "sha256-nO4ZqjEpQqmIZcsrhayGhjD4HKUBD1tEZg/khmdgK68=";
hash = "sha256-X48wjKdgkAc4wUubQ5ip1zZYiCKzQJyQTgGvO/pOY3I=";
};
nativeBuildInputs = [ which ];