File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ libsodium_release_checksum: sha256:6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5
111
111
pgsodium_release : " 3.1.8"
112
112
pgsodium_release_checksum : sha256:4d027aeee5163f3f33740d269938a120d1593a41c3701c920d2a1de80aa97486
113
113
114
- pg_graphql_release : " 1.5.1 "
114
+ pg_graphql_release : " 1.5.4 "
115
115
116
116
pg_jsonschema_release : " 0.2.0"
117
117
Original file line number Diff line number Diff line change 1
- postgres-version = " 15.1.1.47 "
1
+ postgres-version = " 15.1.1.48 "
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.2 " ;
5
+ version = "1.5.4 " ;
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-npza6cGKyUyufabaUcGzV3knNa7vhR+xbZeaZy5CJ8c= " ;
12
+ hash = "sha256-419RVol44akUFZ/0B97VjAXCUrWcKFDAFuVjvJnbkP4= " ;
13
13
} ;
14
14
15
15
nativeBuildInputs = [ cargo ] ;
16
16
17
17
CARGO = "${ cargo } /bin/cargo" ;
18
18
19
- cargoHash = "sha256-9XyUJsYptP0KanMJDAzQ4rFSN1vqZnyUdFBPQf6ryS4 =" ;
19
+ cargoHash = "sha256-MtgqbGPpL/VkJ7NlrIpaktJAFQLP51Ls/nMbCMe++l4 =" ;
20
20
21
21
# FIXME (aseipp): disable the tests since they try to install .control
22
22
# files into the wrong spot, aside from that the one main test seems
You can’t perform that action at this time.
0 commit comments