Skip to content

Commit a4b4998

Browse files
committed
fix: update value
1 parent 859cbca commit a4b4998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
postgresVersions = {
292292
psql_15 = makePostgres "15";
293293
psql_16 = makePostgres "16";
294-
psql_orioledb_16 = makeOrioleDbPostgres "16_29" postgresql_orioledb_16;
294+
psql_orioledb_16 = makeOrioleDbPostgres "16_31" postgresql_orioledb_16;
295295
};
296296

297297
# Find the active PostgreSQL version

0 commit comments

Comments
 (0)