Skip to content

Commit 5afbba7

Browse files
committed
feat: update wrappers to 0.5.3
1 parent 4341124 commit 5afbba7

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed

nix/ext/versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"wrappers": {
3-
"0.5.2": {
3+
"0.5.3": {
44
"postgresql": [
55
"15",
66
"17"
77
],
8-
"hash": "sha256-9VqQHduoAWnY8gtfRZLDOKiibfwuSTzyVFbH0uhsfCU=",
8+
"hash": "sha256-EmnSSYG4jWFCffYnGYz56vpHGsmPdlHx1zk6n1Qbb94=",
99
"pgrx": "0.14.3",
1010
"rust": "1.87.0"
1111
}

nix/ext/wrappers/default.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ let
7878
"clickhouse-rs-1.1.0-alpha.1" = "sha256-nKiGzdsAgJej8NgyVOqHaD1sZLrNF1RPfEhu2pRwZ6o=";
7979
"iceberg-catalog-s3tables-0.5.1" = "sha256-1JkB2JExukABlbW1lZPolNQCYb9URi8xNYY3APmiGq0=";
8080
}
81+
else if builtins.compareVersions "0.5.3" version == 0 then
82+
{
83+
"clickhouse-rs-1.1.0-alpha.1" = "sha256-nKiGzdsAgJej8NgyVOqHaD1sZLrNF1RPfEhu2pRwZ6o=";
84+
"iceberg-catalog-s3tables-0.5.1" = "sha256-1JkB2JExukABlbW1lZPolNQCYb9URi8xNYY3APmiGq0=";
85+
}
8186
else
8287
{
8388
"clickhouse-rs-1.1.0-alpha.1" = "sha256-nKiGzdsAgJej8NgyVOqHaD1sZLrNF1RPfEhu2pRwZ6o=";
@@ -96,7 +101,7 @@ let
96101
print
97102
getline
98103
if ($0 ~ /git =/) {
99-
print "git = \"https://github.com/suharev7/clickhouse-rs/async-await\""
104+
print "git = \"https://github.com/burmecia/clickhouse-rs/supabase-patch\""
100105
} else {
101106
print
102107
}

0 commit comments

Comments
 (0)