Merge pull request #128157 from marsam/update-libpg_query

libpg_query: 13-2.0.4 -> 13-2.0.5
This commit is contained in:
Mario Rodas 2021-06-26 11:48:25 -05:00 committed by GitHub
commit 2d3a8cf296
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.0.4";
version = "13-2.0.5";
src = fetchFromGitHub {
owner = "pganalyze";
repo = "libpg_query";
rev = version;
sha256 = "0d88fh613kh1izb6w288bfh7s3db4nz8cxyhmhq3lb7gl4axs2pv";
sha256 = "1jr95hrqmxdqvn1546x04hdhp1aq7dv7881rspar14ksz7f7382r";
};
nativeBuildInputs = [ which ];