Skip to content

Commit 46aa9d5

Browse files
committed
feat(wrappers): add versions 0.4.5 and 0.4.6
1 parent 3258f3d commit 46aa9d5

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.4.5": {
575+
"postgresql": [
576+
"15",
577+
"17"
578+
],
579+
"hash": "sha256-IgDfVFROMCHYLZ/Iqj12MsQjPPCdRoH+3oi3Ki/iaRI=",
580+
"pgrx": "0.12.9",
581+
"rust": "1.81.0"
582+
},
583+
"0.4.6": {
584+
"postgresql": [
585+
"15",
586+
"17"
587+
],
588+
"hash": "sha256-hthb3qEXT1Kf4yPoq0udEbQzlyLtI5tug6sK4YAPFjU=",
589+
"pgrx": "0.12.9",
590+
"rust": "1.84.0"
591+
},
574592
"0.5.0": {
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.4.6"
193-
"0.4.5"
194192
"0.4.4"
195193
"0.4.3"
196194
"0.4.2"

0 commit comments

Comments
 (0)