8000 upgrade pg_graphql to 1.5.7 (#1087) · parkernilson/supabase-postgres@cd97e64 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd97e64

Browse files
authored
upgrade pg_graphql to 1.5.7 (supabase#1087)
1 parent e5f90f9 commit cd97e64

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ansible/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ libsodium_release_checksum: sha256:6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5
117117
pgsodium_release: "3.1.8"
118118
pgsodium_release_checksum: sha256:4d027aeee5163f3f33740d269938a120d1593a41c3701c920d2a1de80aa97486
119119

120-
pg_graphql_release: "1.5.6"
120+
pg_graphql_release: "1.5.7"
121121

122122
pg_jsonschema_release: "0.2.0"
123123

nix/ext/pg_graphql.nix

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

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

88
src = fetchFromGitHub {
99
owner = "supabase";
1010
repo = pname;
1111
rev = "v${version}";
12-
hash = "sha256-v/40TR/1bplbQuD3Hv3gE7oh6cfn9fA6U5s+FTAwxtA=";
12+
hash = "sha256-Q6XfcTKVOjo5pGy8QACc4QCHolKxEGU8e0TTC6Zg8go=";
1313
};
1414

1515
nativeBuildInputs = [ cargo ];
@@ -20,7 +20,7 @@ buildPgrxExtension_0_11_3 rec {
2020
POSTGRES_LIB = "${postgresql}/lib";
2121
RUSTFLAGS = "-C link-arg=-undefined -C link-arg=dynamic_lookup";
2222
};
23-
cargoHash = "sha256-yc0lO4BZdbArBujRynl/ItkLLAiVZ2Wf3S7voQ2x6xM=";
23+
cargoHash = "sha256-WkHufMw8OvinMRYd06ZJACnVvY9OLi069nCgq3LSmMY=";
2424

2525
# FIXME (aseipp): disable the tests since they try to install .control
2626
# files into the wrong spot, aside from that the one main test seems
@@ -34,4 +34,4 @@ buildPgrxExtension_0_11_3 rec {
3434
platforms = postgresql.meta.platforms;
3535
license = licenses.postgresql;
3636
};
37-
}
37+
}

0 commit comments

Comments
 (0)
0