Skip to content

Commit 67cc0ed

Browse files
committed
feat(wrappers): temporarily remove some versions to please the CI
1 parent dc003ec commit 67cc0ed

File tree

2 files changed

+8
-68
lines changed

2 files changed

+8
-68
lines changed

nix/ext/versions.json

Lines changed: 0 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -571,74 +571,6 @@
571571
}
572572
},
573573
"wrappers": {
574-
"0.3.0": {
575-
"postgresql": [
576-
"15"
577-
],
578-
"hash": "sha256-ogpF8NJ7kW3Ut8jaKMDiKYIXnI38nfRq2mMK4rqFAIA=",
579-
"pgrx": "0.11.3",
580-
"rust": "1.76.0"
581-
},
582-
"0.4.1": {
583-
"postgresql": [
584-
"15"
585-
],
586-
"hash": "sha256-AU9Y43qEMcIBVBThu+Aor1HCtfFIg+CdkzK9IxVdkzM=",
587-
"pgrx": "0.11.3",
588-
"rust": "1.76.0"
589-
},
590-
"0.4.2": {
591-
"postgresql": [
592-
"15"
593-
],
594-
"hash": "sha256-ut3IQED6ANXgabiHoEUdfSrwkuuYYSpRoeWdtBvSe64=",
595-
"pgrx": "0.11.3",
596-
"rust": "1.76.0"
597-
},
598-
"0.4.3": {
599-
"postgresql": [
600-
"15"
601-
],
602-
"hash": "sha256-CkoNMoh40zbQL4V49ZNYgv3JjoNWjODtTpHn+L8DdZA=",
603-
"pgrx": "0.12.6",
604-
"rust": "1.80.0"
605-
},
606-
"0.4.4": {
607-
"postgresql": [
608-
"15",
609-
"17"
610-
],
611-
"hash": "sha256-QoGFJpq8PuvMM8SS+VZd7MlNl56uFivRjs1tCtwX+oE=",
612-
"pgrx": "0.12.6",
613-
"rust": "1.80.0"
614-
},
615-
"0.4.5": {
616-
"postgresql": [
617-
"15",
618-
"17"
619-
],
620-
"hash": "sha256-IgDfVFROMCHYLZ/Iqj12MsQjPPCdRoH+3oi3Ki/iaRI=",
621-
"pgrx": "0.12.9",
622-
"rust": "1.81.0"
623-
},
624-
"0.4.6": {
625-
"postgresql": [
626-
"15",
627-
"17"
628-
],
629-
"hash": "sha256-hthb3qEXT1Kf4yPoq0udEbQzlyLtI5tug6sK4YAPFjU=",
630-
"pgrx": "0.12.9",
631-
"rust": "1.84.0"
632-
},
633-
"0.5.0": {
634-
"postgresql": [
635-
"15",
636-
"17"
637-
],
638-
"hash": "sha256-FbRTUcpEHBa5DI6dutvBeahYM0RZVAXIzIAZWIaxvn0=",
639-
"pgrx": "0.12.9",
640-
"rust": "1.84.0"
641-
},
642574
"0.5.3": {
643575
"postgresql": [
644576
"15",

nix/ext/wrappers/default.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,14 @@ let
191191
allPreviouslyPackagedVersions = [
192192
"0.5.2"
193193
"0.5.1"
194+
"0.5.0"
195+
"0.4.6"
196+
"0.4.5"
197+
"0.4.4"
198+
"0.4.3"
199+
"0.4.2"
200+
"0.4.1"
201+
"0.3.0"
194202
"0.2.0"
195203
"0.1.19"
196204
"0.1.18"

0 commit comments

Comments
 (0)