Skip to content

Commit 1d244cd

Browse files
committed
feat(wrappers): add versions 0.4.3 and 0.4.4
1 parent f424086 commit 1d244cd

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

nix/ext/versions.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,23 @@
571571
}
572572
},
573573
"wrappers": {
574+
"0.4.3": {
575+
"postgresql": [
576+
"15"
577+
],
578+
"hash": "sha256-CkoNMoh40zbQL4V49ZNYgv3JjoNWjODtTpHn+L8DdZA=",
579+
"pgrx": "0.12.6",
580+
"rust": "1.80.0"
581+
},
582+
"0.4.4": {
583+
"postgresql": [
584+
"15",
585+
"17"
586+
],
587+
"hash": "sha256-QoGFJpq8PuvMM8SS+VZd7MlNl56uFivRjs1tCtwX+oE=",
588+
"pgrx": "0.12.6",
589+
"rust": "1.80.0"
590+
},
574591
"0.4.5": {
575592
"postgresql": [
576593
"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.4"
193-
"0.4.3"
194192
"0.4.2"
195193
"0.4.1"
196194
"0.3.0"

0 commit comments

Comments
 (0)