Merge pull request #225029 from marsam/update-plv8

postgresqlPackages.plv8: 3.1.4 -> 3.1.5
This commit is contained in:
Mario Rodas 2023-04-07 07:03:13 -05:00 committed by GitHub
commit ee03f53242
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [