File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ postgres_major:
9
9
10
10
# Full version strings for each major version
11
11
postgres_release :
12
- postgresorioledb-17 : " 17.0.1.067-orioledb"
13
- postgres17 : " 17.4.1.017"
14
- postgres15 : " 15.8.1.074"
12
+ postgresorioledb-17 : " 17.0.1.067-orioledb-pgjwt-1 "
13
+ postgres17 : " 17.4.1.017-pgjwt-1 "
14
+ postgres15 : " 15.8.1.074-pgjwt-1 "
15
15
16
16
# Non Postgres Extensions
17
17
pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change 154
154
x :
155
155
x != ./nix/ext/timescaledb.nix &&
156
156
x != ./nix/ext/timescaledb-2.9.1.nix &&
157
- x != ./nix/ext/plv8.nix &&
158
- x != ./nix/ext/pgjwt.nix
157
+ x != ./nix/ext/plv8.nix
159
158
) ourExtensions ;
160
159
161
160
orioledbExtensions = orioleFilteredExtensions ++ [ ./nix/ext/orioledb.nix ] ;
162
- dbExtensions17 = orioleFilteredExtensions ;
161
+ dbExtensions17 = builtins . filter (
162
+ x :
163
+ x != ./nix/ext/pgjwt.nix
164
+ ) orioleFilteredExtensions ;
163
165
getPostgresqlPackage = version :
164
166
pkgs . postgresql . "postgresql_${ version } " ;
165
167
# Create a 'receipt' file for a given postgresql package. This is a way
You can’t perform that action at this time.
0 commit comments