File tree Expand file tree Collapse file tree 4 files changed +40
-5
lines changed Expand file tree Collapse file tree 4 files changed +40
-5
lines changed Original file line number Diff line number Diff line change 55 "1.70.0" : {
66 "cargoHash" : " sha256-qTb3JV3u42EilaK2jP9oa5D09mkuHyRbGGRs9Rg4TzI="
77 },
8+ "1.76.0" : {
9+ "cargoHash" : " sha256-qTb3JV3u42EilaK2jP9oa5D09mkuHyRbGGRs9Rg4TzI="
10+ },
811 "1.85.1" : {
912 "cargoHash" : " sha256-CbU5B0pvB9ApTZOdYP/ZwuIG8bqGzk/ING2PCM0q2bQ="
1013 }
4043 },
4144 "1.84.0" : {
4245 "cargoHash" : " sha256-KTKcol9qSNLQZGW32e6fBb6cPkUGItknyVpLdBYqrBY="
46+ },
47+ "1.87.0" : {
48+ "cargoHash" : " sha256-KTKcol9qSNLQZGW32e6fBb6cPkUGItknyVpLdBYqrBY="
4349 }
4450 }
4551 }
Original file line number Diff line number Diff line change 11{
22 "wrappers" : {
3+ "0.3.0" : {
4+ "postgresql" : [
5+ " 15"
6+ ],
7+ "hash" : " sha256-ogpF8NJ7kW3Ut8jaKMDiKYIXnI38nfRq2mMK4rqFAIA=" ,
8+ "pgrx" : " 0.11.2" ,
9+ "rust" : " 1.76.0"
10+ },
11+ "0.4.1" : {
12+ "postgresql" : [
13+ " 15"
14+ ],
15+ "hash" : " sha256-AU9Y43qEMcIBVBThu+Aor1HCtfFIg+CdkzK9IxVdkzM=" ,
16+ "pgrx" : " 0.11.3" ,
17+ "rust" : " 1.76.0"
18+ },
319 "0.4.2" : {
420 "postgresql" : [
521 " 15"
5167 "hash" : " sha256-FbRTUcpEHBa5DI6dutvBeahYM0RZVAXIzIAZWIaxvn0=" ,
5268 "pgrx" : " 0.12.9" ,
5369 "rust" : " 1.84.0"
70+ },
71+ "0.5.1" : {
72+ "postgresql" : [
73+ " 15" ,
74+ " 17"
75+ ],
76+ "hash" : " sha256-3GfN3vZMFWf4FV/fSOe9ZN6KETmjoNw3Paz+JRzaH3c=" ,
77+ "pgrx" : " 0.12.9" ,
78+ "rust" : " 1.87.0"
5479 }
5580 }
5681}
Original file line number Diff line number Diff line change 6868 {
6969 "clickhouse-rs-1.0.0-alpha.1" = "sha256-0zmoUo/GLyCKDLkpBsnLAyGs1xz6cubJhn+eVqMEMaw=" ;
7070 }
71- else
71+ else if builtins . compareVersions "0.5.0" version >= 0 then
7272 {
7373 "clickhouse-rs-1.1.0-alpha.1" = "sha256-G+v4lNP5eK2U45D1fL90Dq24pUSlpIysNCxuZ17eac0=" ;
74+ }
75+ else
76+ {
77+ "clickhouse-rs-1.1.0-alpha.1" = "sha256-nKiGzdsAgJej8NgyVOqHaD1sZLrNF1RPfEhu2pRwZ6o=" ;
78+ "iceberg-0.5.0" = "sha256-dYPZdpP7kcp49UxsCZrZi3xMJ4rJiB8H65dMMR9Z1Yk=" ;
7479 } ;
7580 } ;
7681
@@ -162,7 +167,6 @@ buildEnv {
162167 "/share/postgresql/extension"
163168 ] ;
164169 postBuild = ''
165-
166170 # checks
167171 (set -x
168172 test "$(ls -A $out/lib/${ pname } *${ postgresql . dlSuffix } | wc -l)" = "${
You can’t perform that action at this time.
0 commit comments