Skip to content

Commit 3258f3d

Browse files
committed
feat(wrappers): add versions 0.5.0 and 0.5.1
1 parent 7e65da0 commit 3258f3d

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

nix/ext/versions.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,24 @@
571571
}
572572
},
573573
"wrappers": {
574+
"0.5.0": {
575+
"postgresql": [
576+
"15",
577+
"17"
578+
],
579+
"hash": "sha256-FbRTUcpEHBa5DI6dutvBeahYM0RZVAXIzIAZWIaxvn0=",
580+
"pgrx": "0.12.9",
581+
"rust": "1.84.0"
582+
},
583+
"0.5.1": {
584+
"postgresql": [
585+
"15",
586+
"17"
587+
],
588+
"hash": "sha256-3GfN3vZMFWf4FV/fSOe9ZN6KETmjoNw3Paz+JRzaH3c=",
589+
"pgrx": "0.12.9",
590+
"rust": "1.87.0"
591+
},
574592
"0.5.2": {
575593
"postgresql": [
576594
"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.1"
193-
"0.5.0"
194192
"0.4.6"
195193
"0.4.5"
196194
"0.4.4"

0 commit comments

Comments
 (0)