We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f424086 commit 1d244cdCopy full SHA for 1d244cd
nix/ext/versions.json
@@ -571,6 +571,23 @@
571
}
572
},
573
"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
584
+ "15",
585
+ "17"
586
587
+ "hash": "sha256-QoGFJpq8PuvMM8SS+VZd7MlNl56uFivRjs1tCtwX+oE=",
588
589
590
591
"0.4.5": {
592
"postgresql": [
593
"15",
nix/ext/wrappers/default.nix
@@ -189,8 +189,6 @@ let
189
);
190
# All versions that were previously packaged (historical list)
191
allPreviouslyPackagedVersions = [
192
- "0.4.4"
193
- "0.4.3"
194
"0.4.2"
195
"0.4.1"
196
"0.3.0"
0 commit comments