Merge pull request #67600 from marsam/update-plv8
postgresqlPackages.plv8: 2.3.12 -> 2.3.13
This commit is contained in:
commit
4e24cf1591
@ -1,6 +1,8 @@
|
|||||||
# NOTE: this expression is NOT exported from the top-level of all-packages.nix,
|
# 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
|
# it is exclusively used by the 'plv8' PostgreSQL extension.
|
||||||
# very exact version.
|
# 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
|
{ stdenv, lib, fetchgit, fetchFromGitHub, gn, ninja, python, glib, pkgconfig
|
||||||
, doCheck ? false
|
, doCheck ? false
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "plv8";
|
pname = "plv8";
|
||||||
version = "2.3.12";
|
version = "2.3.13";
|
||||||
|
|
||||||
nativeBuildInputs = [ perl ];
|
nativeBuildInputs = [ perl ];
|
||||||
buildInputs = [ v8 postgresql ];
|
buildInputs = [ v8 postgresql ];
|
||||||
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "plv8";
|
owner = "plv8";
|
||||||
repo = "plv8";
|
repo = "plv8";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1yi1ibiibvd0x4z5dm698w32ljrj3yr4j25jm1zkgkwd4ii8y644";
|
sha256 = "12xpcc1ylzyy75wi1m4vijknzv2gxab05w9z90jb03faq18cnlql";
|
||||||
};
|
};
|
||||||
|
|
||||||
makefile = "Makefile.shared";
|
makefile = "Makefile.shared";
|
||||||
@ -30,8 +30,8 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "V8 Engine Javascript Procedural Language add-on for PostgreSQL";
|
description = "V8 Engine Javascript Procedural Language add-on for PostgreSQL";
|
||||||
homepage = "https://plv8.github.io/";
|
homepage = "https://plv8.github.io/";
|
||||||
maintainers = with maintainers; [ volth ];
|
maintainers = with maintainers; [ volth marsam ];
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" ];
|
||||||
license = licenses.postgresql;
|
license = licenses.postgresql;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user