Skip to content

Commit 3894251

Browse files
jfrochesamrose
authored andcommitted
feat(wrappers): add versions 0.3.0, 0.4.1, 0.4.2
1 parent 300d54d commit 3894251

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

nix/ext/versions.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,30 @@
471471
}
472472
},
473473
"wrappers": {
474+
"0.3.0": {
475+
"postgresql": [
476+
"15"
477+
],
478+
"hash": "sha256-ogpF8NJ7kW3Ut8jaKMDiKYIXnI38nfRq2mMK4rqFAIA=",
479+
"pgrx": "0.11.3",
480+
"rust": "1.76.0"
481+
},
482+
"0.4.1": {
483+
"postgresql": [
484+
"15"
485+
],
486+
"hash": "sha256-AU9Y43qEMcIBVBThu+Aor1HCtfFIg+CdkzK9IxVdkzM=",
487+
"pgrx": "0.11.3",
488+
"rust": "1.76.0"
489+
},
490+
"0.4.2": {
491+
"postgresql": [
492+
"15"
493+
],
494+
"hash": "sha256-ut3IQED6ANXgabiHoEUdfSrwkuuYYSpRoeWdtBvSe64=",
495+
"pgrx": "0.11.3",
496+
"rust": "1.76.0"
497+
},
474498
"0.4.3": {
475499
"postgresql": [
476500
"15"

nix/ext/wrappers/default.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,6 @@ let
172172
}
173173
);
174174
previouslyPackagedVersions = [
175-
"0.4.2"
176-
"0.4.1"
177-
"0.4.0"
178-
"0.3.1"
179-
"0.3.0"
180175
"0.2.0"
181176
"0.1.19"
182177
"0.1.18"

0 commit comments

Comments
 (0)