Skip to content

Commit f97bc77

Browse files
authored
bump pg_graphql to 1.5.4 (#967)
1 parent 7b6784b commit f97bc77

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ansible/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ libsodium_release_checksum: sha256:6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5
111111
pgsodium_release: "3.1.8"
112112
pgsodium_release_checksum: sha256:4d027aeee5163f3f33740d269938a120d1593a41c3701c920d2a1de80aa97486
113113

114-
pg_graphql_release: "1.5.1"
114+
pg_graphql_release: "1.5.4"
115115

116116
pg_jsonschema_release: "0.2.0"
117117

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.1.47"
1+
postgres-version = "15.1.1.48"

nix/ext/pg_graphql.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
buildPgrxExtension_0_11_3 rec {
44
pname = "pg_graphql";
5-
version = "1.5.2";
5+
version = "1.5.4";
66
inherit postgresql;
77

88
src = fetchFromGitHub {
99
owner = "supabase";
1010
repo = pname;
1111
rev = "v${version}";
12-
hash = "sha256-npza6cGKyUyufabaUcGzV3knNa7vhR+xbZeaZy5CJ8c= ";
12+
hash = "sha256-419RVol44akUFZ/0B97VjAXCUrWcKFDAFuVjvJnbkP4=";
1313
};
1414

1515
nativeBuildInputs = [ cargo ];
1616

1717
CARGO="${cargo}/bin/cargo";
1818

19-
cargoHash = "sha256-9XyUJsYptP0KanMJDAzQ4rFSN1vqZnyUdFBPQf6ryS4=";
19+
cargoHash = "sha256-MtgqbGPpL/VkJ7NlrIpaktJAFQLP51Ls/nMbCMe++l4=";
2020

2121
# FIXME (aseipp): disable the tests since they try to install .control
2222
# files into the wrong spot, aside from that the one main test seems

0 commit comments

Comments
 (0)