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 3258f3d commit 46aa9d5Copy full SHA for 46aa9d5
nix/ext/versions.json
@@ -571,6 +571,24 @@
571
}
572
},
573
"wrappers": {
574
+ "0.4.5": {
575
+ "postgresql": [
576
+ "15",
577
+ "17"
578
+ ],
579
+ "hash": "sha256-IgDfVFROMCHYLZ/Iqj12MsQjPPCdRoH+3oi3Ki/iaRI=",
580
+ "pgrx": "0.12.9",
581
+ "rust": "1.81.0"
582
+ },
583
+ "0.4.6": {
584
585
586
587
588
+ "hash": "sha256-hthb3qEXT1Kf4yPoq0udEbQzlyLtI5tug6sK4YAPFjU=",
589
590
+ "rust": "1.84.0"
591
592
"0.5.0": {
593
"postgresql": [
594
"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.6"
193
- "0.4.5"
194
"0.4.4"
195
"0.4.3"
196
"0.4.2"
0 commit comments