postgresqlPackages.plv8: 2.3.12 -> 2.3.13
Changes: https://github.com/plv8/plv8/compare/v2.3.12...v2.3.13
This commit is contained in:
parent
8d1510abfb
commit
1f3aa24274
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue