File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed
Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ postgres_major:
1010
1111# Full version strings for each major version
1212postgres_release :
13- postgresorioledb-17 : " 17.6.0.021-orioledb-update-nixpkgs-2 "
14- postgres17 : " 17.6.1.064-update-nixpkgs-2 "
15- postgres15 : " 15.14.1.064-update-nixpkgs-2 "
13+ postgresorioledb-17 : " 17.6.0.021-orioledb-update-nixpkgs-3 "
14+ postgres17 : " 17.6.1.064-update-nixpkgs-3 "
15+ postgres15 : " 15.14.1.064-update-nixpkgs-3 "
1616
1717# Non Postgres Extensions
1818pgbouncer_release : 1.19.0
Original file line number Diff line number Diff line change 4242 "" ;
4343
4444 nativeBuildInputs = [ cargo ] ;
45- buildInputs = [
46- postgresql
47- ] ;
45+ buildInputs = [ postgresql ] ;
4846 # update the following array when the pg_jsonschema version is updated
4947 # required to ensure that extensions update scripts from previous versions are generated
5048 previousVersions = [
Original file line number Diff line number Diff line change 1- {
2- pkgs ,
3- lib ,
4- ...
5- } :
1+ { pkgs , lib , ... } :
62let
73 # Use Go 1.24 for the scanner which requires Go >= 1.23.2
84 go124 = pkgs . go_1_24 ;
You can’t perform that action at this time.
0 commit comments