Merge pull request #180875 from marsam/update-libpg_query

libpg_query: 13-2.1.1 -> 13-2.1.2
This commit is contained in:
Mario Rodas 2022-07-09 14:49:29 -05:00 committed by GitHub
commit eb5372a517
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.1.1";
version = "13-2.1.2";
src = fetchFromGitHub {
owner = "pganalyze";
repo = "libpg_query";
rev = version;
sha256 = "sha256-195WNTTdXHHPbQg2Ipwa3v/qPEeAtehvZa2OC1egoFo=";
sha256 = "sha256-Y0oIcpZ0CPbFvyTC6YrSjcs14jk/K5pIyJjTo5vV5sQ=";
};
nativeBuildInputs = [ which ];