Skip to content

Commit

Permalink
bump pg_graphql to 1.5.4 (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
olirice authored May 9, 2024
1 parent 7b6784b commit f97bc77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion common.vars.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
postgres-version = "15.1.1.47"
postgres-version = "15.1.1.48"
6 changes: 3 additions & 3 deletions nix/ext/pg_graphql.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f97bc77

Please sign in to comment.