Unverified Commit ee03f532 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #225029 from marsam/update-plv8

postgresqlPackages.plv8: 3.1.4 -> 3.1.5
parents 9b4d37a6 3bb23bd8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [