Skip to content

Commit 9f06f10

Browse files
committed
feat(wrappers): add versions 0.2.0 and 0.3.0
1 parent 5c9e9d8 commit 9f06f10

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

nix/ext/versions.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,22 @@
571571
}
572572
},
573573
"wrappers": {
574+
"0.2.0": {
575+
"postgresql": [
576+
"15"
577+
],
578+
"hash": "sha256-F+S5uyubL3Tb3RTJ08Zf9gN8oLE/WkCWFA8RcKkDqes=",
579+
"pgrx": "0.11.3",
580+
"rust": "1.76.0"
581+
},
582+
"0.3.0": {
583+
"postgresql": [
584+
"15"
585+
],
586+
"hash": "sha256-ogpF8NJ7kW3Ut8jaKMDiKYIXnI38nfRq2mMK4rqFAIA=",
587+
"pgrx": "0.11.3",
588+
"rust": "1.76.0"
589+
},
574590
"0.4.1": {
575591
"postgresql": [
576592
"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.3.0"
193-
"0.2.0"
194192
"0.1.19"
195193
"0.1.18"
196194
"0.1.17"

0 commit comments

Comments
 (0)