libpg_query: 13-2.0.4 -> 13-2.0.5

https://github.com/pganalyze/libpg_query/releases/tag/13-2.0.5
This commit is contained in:
Mario Rodas 2021-06-25 04:20:00 +00:00
parent e859759427
commit 4a7755fd21

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