Skip to content

Commit 7e65da0

Browse files
committed
feat(wrappers): add versions 0.5.2 and 0.5.3
1 parent e1bdb79 commit 7e65da0

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

nix/ext/versions.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,25 @@
571571
}
572572
},
573573
"wrappers": {
574+
"0.5.2": {
575+
"postgresql": [
576+
"15",
577+
"17"
578+
],
579+
"hash": "sha256-9VqQHduoAWnY8gtfRZLDOKiibfwuSTzyVFbH0uhsfCU=",
580+
"pgrx": "0.14.3",
581+
"rust": "1.87.0"
582+
},
583+
"0.5.3": {
584+
"postgresql": [
585+
"15",
586+
"17",
587+
"orioledb-17"
588+
],
589+
"hash": "sha256-iaJriPEa0iVLpmnuUk9R3HS545Jhz7aH1clYvHEuEvs=",
590+
"pgrx": "0.14.3",
591+
"rust": "1.87.0"
592+
},
574593
"0.5.4": {
575594
"postgresql": [
576595
"15",

nix/ext/wrappers/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,6 @@ let
189189
);
190190
# All versions that were previously packaged (historical list)
191191
allPreviouslyPackagedVersions = [
192-
"0.5.3"
193-
"0.5.2"
194192
"0.5.1"
195193
"0.5.0"
196194
"0.4.6"

0 commit comments

Comments
 (0)