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 5
5
"1.70.0" : {
6
6
"cargoHash" : " sha256-qTb3JV3u42EilaK2jP9oa5D09mkuHyRbGGRs9Rg4TzI="
7
7
},
8
+ "1.76.0" : {
9
+ "cargoHash" : " sha256-qTb3JV3u42EilaK2jP9oa5D09mkuHyRbGGRs9Rg4TzI="
10
+ },
8
11
"1.85.1" : {
9
12
"cargoHash" : " sha256-CbU5B0pvB9ApTZOdYP/ZwuIG8bqGzk/ING2PCM0q2bQ="
10
13
}
40
43
},
41
44
"1.84.0" : {
42
45
"cargoHash" : " sha256-KTKcol9qSNLQZGW32e6fBb6cPkUGItknyVpLdBYqrBY="
46
+ },
47
+ "1.87.0" : {
48
+ "cargoHash" : " sha256-KTKcol9qSNLQZGW32e6fBb6cPkUGItknyVpLdBYqrBY="
43
49
}
44
50
}
45
51
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"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
+ },
3
19
"0.4.2" : {
4
20
"postgresql" : [
5
21
" 15"
51
67
"hash" : " sha256-FbRTUcpEHBa5DI6dutvBeahYM0RZVAXIzIAZWIaxvn0=" ,
52
68
"pgrx" : " 0.12.9" ,
53
69
"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"
54
79
}
55
80
}
56
81
}
Original file line number Diff line number Diff line change 68
68
{
69
69
"clickhouse-rs-1.0.0-alpha.1" = "sha256-0zmoUo/GLyCKDLkpBsnLAyGs1xz6cubJhn+eVqMEMaw=" ;
70
70
}
71
- else
71
+ else if builtins . compareVersions "0.5.0" version >= 0 then
72
72
{
73
73
"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=" ;
74
79
} ;
75
80
} ;
76
81
@@ -162,7 +167,6 @@ buildEnv {
162
167
"/share/postgresql/extension"
163
168
] ;
164
169
postBuild = ''
165
-
166
170
# checks
167
171
(set -x
168
172
test "$(ls -A $out/lib/${ pname } *${ postgresql . dlSuffix } | wc -l)" = "${
You can’t perform that action at this time.
0 commit comments