File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ libsodium_release_checksum: sha256:6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5
117
117
pgsodium_release : " 3.1.8"
118
118
pgsodium_release_checksum : sha256:4d027aeee5163f3f33740d269938a120d1593a41c3701c920d2a1de80aa97486
119
119
120
- pg_graphql_release : " 1.5.6 "
120
+ pg_graphql_release : " 1.5.7 "
121
121
122
122
pg_jsonschema_release : " 0.2.0"
123
123
Original file line number Diff line number Diff line change 2
2
3
3
buildPgrxExtension_0_11_3 rec {
4
4
pname = "pg_graphql" ;
5
- version = "1.5.6 " ;
5
+ version = "1.5.7 " ;
6
6
inherit postgresql ;
7
7
8
8
src = fetchFromGitHub {
9
9
owner = "supabase" ;
10
10
repo = pname ;
11
11
rev = "v${ version } " ;
12
- hash = "sha256-v/40TR/1bplbQuD3Hv3gE7oh6cfn9fA6U5s+FTAwxtA =" ;
12
+ hash = "sha256-Q6XfcTKVOjo5pGy8QACc4QCHolKxEGU8e0TTC6Zg8go =" ;
13
13
} ;
14
14
15
15
nativeBuildInputs = [ cargo ] ;
@@ -20,7 +20,7 @@ buildPgrxExtension_0_11_3 rec {
20
20
POSTGRES_LIB = "${ postgresql } /lib" ;
21
21
RUSTFLAGS = "-C link-arg=-undefined -C link-arg=dynamic_lookup" ;
22
22
} ;
23
- cargoHash = "sha256-yc0lO4BZdbArBujRynl/ItkLLAiVZ2Wf3S7voQ2x6xM =" ;
23
+ cargoHash = "sha256-WkHufMw8OvinMRYd06ZJACnVvY9OLi069nCgq3LSmMY =" ;
24
24
25
25
# FIXME (aseipp): disable the tests since they try to install .control
26
26
# files into the wrong spot, aside from that the one main test seems
@@ -34,4 +34,4 @@ buildPgrxExtension_0_11_3 rec {
34
34
platforms = postgresql . meta . platforms ;
35
35
license = licenses . postgresql ;
36
36
} ;
37
- }
37
+ }
You can’t perform that action at this time.
0 commit comments