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
117117pgsodium_release : " 3.1.8"
118118pgsodium_release_checksum : sha256:4d027aeee5163f3f33740d269938a120d1593a41c3701c920d2a1de80aa97486
119119
120- pg_graphql_release : " 1.5.6 "
120+ pg_graphql_release : " 1.5.7 "
121121
122122pg_jsonschema_release : " 0.2.0"
123123
Original file line number Diff line number Diff line change 22
33buildPgrxExtension_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+ }
You can’t perform that action at this time.
0 commit comments