about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-08-30 19:15:35 -0500
committerGitHub <noreply@github.com>2019-08-30 19:15:35 -0500
commit4e24cf15918894ed2875c4da85db7ad7aae80961 (patch)
tree7761fd22916fda5de4a4a483572c9580b2250006 /pkgs/development/libraries
parentf0dce64acd40847c84b5f4ae5f84aab1bdd1c780 (diff)
parent964974bbb7ec6b153afff0ec46f78984b4af0e96 (diff)
downloadnixlib-4e24cf15918894ed2875c4da85db7ad7aae80961.tar
nixlib-4e24cf15918894ed2875c4da85db7ad7aae80961.tar.gz
nixlib-4e24cf15918894ed2875c4da85db7ad7aae80961.tar.bz2
nixlib-4e24cf15918894ed2875c4da85db7ad7aae80961.tar.lz
nixlib-4e24cf15918894ed2875c4da85db7ad7aae80961.tar.xz
nixlib-4e24cf15918894ed2875c4da85db7ad7aae80961.tar.zst
nixlib-4e24cf15918894ed2875c4da85db7ad7aae80961.zip
Merge pull request #67600 from marsam/update-plv8
postgresqlPackages.plv8: 2.3.12 -> 2.3.13
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/v8/plv8_6_x.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/libraries/v8/plv8_6_x.nix b/pkgs/development/libraries/v8/plv8_6_x.nix
index 8d2276def705..e0ca0e14b668 100644
--- a/pkgs/development/libraries/v8/plv8_6_x.nix
+++ b/pkgs/development/libraries/v8/plv8_6_x.nix
@@ -1,6 +1,8 @@
 # NOTE: this expression is NOT exported from the top-level of all-packages.nix,
-# it is exclusively used by the 'plv8' PostgreSQL extension, which requires a
-# very exact version.
+# it is exclusively used by the 'plv8' PostgreSQL extension.
+# Since plv8 2.3.2, plv8 no longer requires this specific version, but as of
+# 2019-08-29, nixpkgs does not have v8 6.x, and v8_5 is bumped to 5.4.232, which
+# is a bit outdated.  plv8 3.x is planned to support v8 7.x
 
 { stdenv, lib, fetchgit, fetchFromGitHub, gn, ninja, python, glib, pkgconfig
 , doCheck ? false