postgresqlPackages.plv8: 3.1.4 -> 3.1.5

This commit is contained in:
Mario Rodas 2023-04-05 04:20:00 +00:00
parent d82b65d4dc
commit 3bb23bd81a

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "plv8";
version = "3.1.4";
version = "3.1.5";
src = fetchFromGitHub {
owner = "plv8";
repo = "plv8";
rev = "v${finalAttrs.version}";
sha256 = "GoPP2nAeDItBt3Lug49s+brD0gIy3iDlJpbyHRuMcZ4=";
hash = "sha256-LodC2eQJSm5fLckrjm2RuejZhmOyQMJTv9b0iPCnzKQ=";
};
patches = [