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

libpg_query: 13-2.0.5 -> 13-2.0.7
This commit is contained in:
Mario Rodas 2021-08-15 02:51:55 -05:00 committed by GitHub
commit 62e97c51a6
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.5";
version = "13-2.0.7";
src = fetchFromGitHub {
owner = "pganalyze";
repo = "libpg_query";
rev = version;
sha256 = "1jr95hrqmxdqvn1546x04hdhp1aq7dv7881rspar14ksz7f7382r";
sha256 = "sha256-xplp7Z17NlYbXIbBdN7EWDN4numdZUBIIVg5EowFMPA=";
};
nativeBuildInputs = [ which ];