Skip to content

Commit e1bdb79

Browse files
committed
feat(wrappers): add versions 0.5.4 and 0.5.5
1 parent 1c7c4f2 commit e1bdb79

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

nix/ext/versions.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,26 @@
571571
}
572572
},
573573
"wrappers": {
574+
"0.5.4": {
575+
"postgresql": [
576+
"15",
577+
"17",
578+
"orioledb-17"
579+
],
580+
"hash": "sha256-W1RokXH4Vfj2FIuEzGEP5SzzWsv2Pbzfa816nXKnSoc=",
581+
"pgrx": "0.14.3",
582+
"rust": "1.87.0"
583+
},
584+
"0.5.5": {
585+
"postgresql": [
586+
"15",
587+
"17",
588+
"orioledb-17"
589+
],
590+
"hash": "sha256-tWa1XewJbbqarwWkJPfvCIev7Fn0hLJRzYiz0vuebyA=",
591+
"pgrx": "0.16.0",
592+
"rust": "1.87.0"
593+
},
574594
"0.5.6": {
575595
"postgresql": [
576596
"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.5"
193-
"0.5.4"
194192
"0.5.3"
195193
"0.5.2"
196194
"0.5.1"

0 commit comments

Comments
 (0)