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 7e65da0 commit 3258f3dCopy full SHA for 3258f3d
nix/ext/versions.json
@@ -571,6 +571,24 @@
571
}
572
},
573
"wrappers": {
574
+ "0.5.0": {
575
+ "postgresql": [
576
+ "15",
577
+ "17"
578
+ ],
579
+ "hash": "sha256-FbRTUcpEHBa5DI6dutvBeahYM0RZVAXIzIAZWIaxvn0=",
580
+ "pgrx": "0.12.9",
581
+ "rust": "1.84.0"
582
+ },
583
+ "0.5.1": {
584
585
586
587
588
+ "hash": "sha256-3GfN3vZMFWf4FV/fSOe9ZN6KETmjoNw3Paz+JRzaH3c=",
589
590
+ "rust": "1.87.0"
591
592
"0.5.2": {
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.5.1"
193
- "0.5.0"
194
"0.4.6"
195
"0.4.5"
196
"0.4.4"
0 commit comments