libpg_query: 14-3.0.0 -> 15-4.0.0

This commit is contained in:
R. Ryantm 2022-12-17 16:22:34 +00:00
parent 2b534fee3d
commit a00d2880d1

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 ];