Skip to content

Commit aa920fb

Browse files
committed
Build wrapper 0.5.2 using pgrx 0.14.3
1 parent d27b487 commit aa920fb

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

nix/cargo-pgrx/versions.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,14 @@
4848
"cargoHash": "sha256-KTKcol9qSNLQZGW32e6fBb6cPkUGItknyVpLdBYqrBY="
4949
}
5050
}
51+
},
52+
"0.14.3": {
53+
"hash": "sha256-3TsNpEqNm3Uol5XPW1i0XEbP2fF2+RKB2d7lO6BDnvQ=",
54+
"rust": {
55+
"1.87.0": {
56+
"cargoHash": "sha256-Ny7j56pwB+2eEK62X0nWfFKQy5fBz+Q1oyvecivxLkk="
57+
}
58+
}
5159
}
60+
5261
}

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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ let
7373
{
7474
"clickhouse-rs-1.1.0-alpha.1" = "sha256-G+v4lNP5eK2U45D1fL90Dq24pUSlpIysNCxuZ17eac0=";
7575
}
76+
else if builtins.compareVersions "0.5.2" version == 0 then
77+
{
78+
"clickhouse-rs-1.1.0-alpha.1" = "sha256-nKiGzdsAgJej8NgyVOqHaD1sZLrNF1RPfEhu2pRwZ6o=";
79+
"iceberg-catalog-s3tables-0.5.1" = "sha256-1JkB2JExukABlbW1lZPolNQCYb9URi8xNYY3APmiGq0=";
80+
}
7681
else
7782
{
7883
"clickhouse-rs-1.1.0-alpha.1" = "sha256-nKiGzdsAgJej8NgyVOqHaD1sZLrNF1RPfEhu2pRwZ6o=";

0 commit comments

Comments
 (0)