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

libpg_query: 13-2.2.0 -> 14-3.0.0
This commit is contained in:
Jörg Thalheim 2022-12-14 21:13:28 +00:00 committed by GitHub
commit 0e044e69e9
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 = "13-2.2.0";
version = "14-3.0.0";
src = fetchFromGitHub {
owner = "pganalyze";
repo = "libpg_query";
rev = version;
sha256 = "sha256-gEkcv/j8ySUYmM9lx1hRF/SmuQMYVHwZAIYOaCQWAFs=";
sha256 = "sha256-rICN8fkPcYw32N6TdpbrszGUoRzwQdfRSW6A0AC8toM=";
};
nativeBuildInputs = [ which ];