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 fbf74db commit 957848eCopy full SHA for 957848e
nix/ext/versions.json
@@ -571,6 +571,22 @@
571
}
572
},
573
"wrappers": {
574
+ "0.1.9": {
575
+ "postgresql": [
576
+ "15"
577
+ ],
578
+ "hash": "sha256-VZxbvPXwOGMbyLHMXFwAMbtzdapDA73qN+2obUdLR5Q=",
579
+ "pgrx": "0.6.1",
580
+ "rust": "1.70.0"
581
+ },
582
+ "0.1.10": {
583
584
585
586
+ "hash": "sha256-472lVh91iqaMNHJk21LUvPIrhm3yIzrvDbNHyUW8aBs=",
587
588
589
590
"0.1.11": {
591
"postgresql": [
592
"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.1.10"
193
- "0.1.9"
194
"0.1.8"
195
"0.1.7"
196
"0.1.6"
0 commit comments