Skip to content

Commit baa6063

Browse files
committed
add wrappers v0.5.2
1 parent 435c1db commit baa6063

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

nix/cargo-pgrx/versions.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,19 @@
4848
"cargoHash": "sha256-KTKcol9qSNLQZGW32e6fBb6cPkUGItknyVpLdBYqrBY="
4949
}
5050
}
51+
},
52+
"0.14.3": {
53+
"hash": "sha256-3TsNpEqNm3Uol5XPW1i0XEbP2fF2+RKB2d7lO6BDnvQ=",
54+
"rust": {
55+
"1.81.0": {
56+
"cargoHash": "sha256-53HKhvsKLTa2JCByLEcK3UzWXoM+LTatd98zvS1C9no="
57+
},
58+
"1.84.0": {
59+
"cargoHash": "sha256-KTKcol9qSNLQZGW32e6fBb6cPkUGItknyVpLdBYqrBY="
60+
},
61+
"1.87.0": {
62+
"cargoHash": "sha256-Ny7j56pwB+2eEK62X0nWfFKQy5fBz+Q1oyvecivxLkk="
63+
}
64+
}
5165
}
5266
}

nix/ext/versions.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,15 @@
7676
"hash": "sha256-3GfN3vZMFWf4FV/fSOe9ZN6KETmjoNw3Paz+JRzaH3c=",
7777
"pgrx": "0.12.9",
7878
"rust": "1.87.0"
79+
},
80+
"0.5.2": {
81+
"postgresql": [
82+
"15",
83+
"17"
84+
],
85+
"hash": "sha256-9VqQHduoAWnY8gtfRZLDOKiibfwuSTzyVFbH0uhsfCU=",
86+
"pgrx": "0.14.3",
87+
"rust": "1.87.0"
7988
}
8089
}
8190
}

nix/ext/wrappers/default.nix

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,18 @@ let
7373
{
7474
"clickhouse-rs-1.1.0-alpha.1" = "sha256-G+v4lNP5eK2U45D1fL90Dq24pUSlpIysNCxuZ17eac0=";
7575
}
76-
else
76+
else if builtins.compareVersions "0.5.1" version >= 0 then
7777
{
7878
"clickhouse-rs-1.1.0-alpha.1" = "sha256-nKiGzdsAgJej8NgyVOqHaD1sZLrNF1RPfEhu2pRwZ6o=";
7979
"iceberg-0.5.0" = "sha256-dYPZdpP7kcp49UxsCZrZi3xMJ4rJiB8H65dMMR9Z1Yk=";
80+
}
81+
else if builtins.compareVersions "0.5.2" version >= 0 then
82+
{
83+
"clickhouse-rs-1.1.0-alpha.1" = "sha256-nKiGzdsAgJej8NgyVOqHaD1sZLrNF1RPfEhu2pRwZ6o=";
84+
"iceberg-catalog-s3tables-0.5.1" = "sha256-1JkB2JExukABlbW1lZPolNQCYb9URi8xNYY3APmiGq0=";
85+
}
86+
else
87+
{
8088
};
8189
};
8290

@@ -91,7 +99,7 @@ let
9199
print
92100
getline
93101
if ($0 ~ /git =/) {
94-
print "git = \"https://github.com/suharev7/clickhouse-rs/async-await\""
102+
print "git = \"https://github.com/burmecia/clickhouse-rs/supabase-patch\""
95103
} else {
96104
print
97105
}

0 commit comments

Comments
 (0)