From f97bc77e6afcd82ee5a7dc434744e0afdfb9d82d Mon Sep 17 00:00:00 2001 From: Oliver Rice Date: Thu, 9 May 2024 10:52:31 -0500 Subject: [PATCH] bump pg_graphql to 1.5.4 (#967) --- ansible/vars.yml | 2 +- common.vars.pkr.hcl | 2 +- nix/ext/pg_graphql.nix | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ansible/vars.yml b/ansible/vars.yml index 33526ea26..adfc2351b 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -111,7 +111,7 @@ libsodium_release_checksum: sha256:6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5 pgsodium_release: "3.1.8" pgsodium_release_checksum: sha256:4d027aeee5163f3f33740d269938a120d1593a41c3701c920d2a1de80aa97486 -pg_graphql_release: "1.5.1" +pg_graphql_release: "1.5.4" pg_jsonschema_release: "0.2.0" diff --git a/common.vars.pkr.hcl b/common.vars.pkr.hcl index eb6ef251a..4ee46b5d3 100644 --- a/common.vars.pkr.hcl +++ b/common.vars.pkr.hcl @@ -1 +1 @@ -postgres-version = "15.1.1.47" +postgres-version = "15.1.1.48" diff --git a/nix/ext/pg_graphql.nix b/nix/ext/pg_graphql.nix index e9cedb5b3..fddaddc39 100644 --- a/nix/ext/pg_graphql.nix +++ b/nix/ext/pg_graphql.nix @@ -2,21 +2,21 @@ buildPgrxExtension_0_11_3 rec { pname = "pg_graphql"; - version = "1.5.2"; + version = "1.5.4"; inherit postgresql; src = fetchFromGitHub { owner = "supabase"; repo = pname; rev = "v${version}"; - hash = "sha256-npza6cGKyUyufabaUcGzV3knNa7vhR+xbZeaZy5CJ8c= "; + hash = "sha256-419RVol44akUFZ/0B97VjAXCUrWcKFDAFuVjvJnbkP4="; }; nativeBuildInputs = [ cargo ]; CARGO="${cargo}/bin/cargo"; - cargoHash = "sha256-9XyUJsYptP0KanMJDAzQ4rFSN1vqZnyUdFBPQf6ryS4="; + cargoHash = "sha256-MtgqbGPpL/VkJ7NlrIpaktJAFQLP51Ls/nMbCMe++l4="; # FIXME (aseipp): disable the tests since they try to install .control # files into the wrong spot, aside from that the one main test seems