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

libpg_query: 14-3.0.0 -> 15-4.0.0
This commit is contained in:
Mario Rodas 2023-01-03 08:57:58 -05:00 committed by GitHub
commit d8adb53dd8
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 = "14-3.0.0";
version = "15-4.0.0";
src = fetchFromGitHub {
owner = "pganalyze";
repo = "libpg_query";
rev = version;
sha256 = "sha256-rICN8fkPcYw32N6TdpbrszGUoRzwQdfRSW6A0AC8toM=";
sha256 = "sha256-2BZT/jGfGwia+Map5OkeTcWVFJssykhrdRT2IDAzrfs=";
};
nativeBuildInputs = [ which ];