File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 85
85
cargo-pgrx = final . cargo-pgrx . cargo-pgrx_0_11_3 ;
86
86
} ;
87
87
88
- buildPgrxExtension_0_12_5 = prev . buildPgrxExtension . override {
89
- cargo-pgrx = final . cargo-pgrx . cargo-pgrx_0_12_5 ;
88
+ buildPgrxExtension_0_12_6 = prev . buildPgrxExtension . override {
89
+ cargo-pgrx = final . cargo-pgrx . cargo-pgrx_0_12_6 ;
90
90
} ;
91
91
} )
92
92
( final : prev : {
342
342
postgresVersions // {
343
343
supabase-groonga = supabase-groonga ;
344
344
cargo-pgrx_0_11_3 = pkgs . cargo-pgrx . cargo-pgrx_0_11_3 ;
345
- cargo-pgrx_0_12_5 = pkgs . cargo-pgrx . cargo-pgrx_0_12_5 ;
345
+ cargo-pgrx_0_12_6 = pkgs . cargo-pgrx . cargo-pgrx_0_12_6 ;
346
346
# PostgreSQL versions.
347
347
psql_15 = makePostgres "15" ;
348
348
#psql_orioledb_16 = makeOrioleDbPostgres "16_23" postgresql_orioledb_16;
662
662
cargo-pgrx_0_11_3
663
663
] ;
664
664
} ;
665
- cargo-pgrx_0_12_5 = pkgs . mkShell {
665
+ cargo-pgrx_0_12_6 = pkgs . mkShell {
666
666
packages = with basePackages ; [
667
- cargo-pgrx_0_12_5
667
+ cargo-pgrx_0_12_6
668
668
] ;
669
669
} ;
670
670
} ;
Original file line number Diff line number Diff line change 61
61
hash = "sha256-UHIfwOdXoJvR4Svha6ud0FxahP1wPwUtviUwUnTmLXU=" ;
62
62
cargoHash = "sha256-j4HnD8Zt9uhlV5N7ldIy9564o9qFEqs5KfXHmnQ1WEw=" ;
63
63
} ;
64
- cargo-pgrx_0_12_5 = generic {
65
- version = "0.12.5 " ;
66
- hash = "sha256-U2kF+qjQwMTaocv5f4p5y3qmPUsTzdvAp8mz9cn/COw =" ;
67
- cargoHash = "sha256-nEgIOBGNG3TupA55/TgoXDPeJzjBjOGGfK+WjrH06VY =" ;
64
+ cargo-pgrx_0_12_6 = generic {
65
+ version = "0.12.6 " ;
66
+ hash = "sha256-7aQkrApALZe6EoQGVShGBj0UIATnfOy2DytFj9IWdEA =" ;
67
+ cargoHash = "sha256-Di4UldQwAt3xVyvgQT1gUhdvYUVp7n/a72pnX45kP0w =" ;
68
68
} ;
69
69
inherit rustPlatform ;
70
70
}
You can’t perform that action at this time.
0 commit comments