Unverified Commit d65e4bf2 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

pgformatter: 5.6 -> 5.9 (#474167)

parents c9548e9c 5b90d74c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -16946,6 +16946,11 @@
    github = "mevatron";
    githubId = 714585;
  };
  mfairley = {
    name = "Michael Fairley";
    github = "mfairley";
    githubId = 4374785;
  };
  mfossen = {
    email = "msfossen@gmail.com";
    github = "mfossen";
+6 −3
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

perlPackages.buildPerlPackage rec {
  pname = "pgformatter";
  version = "5.6";
  version = "5.9";

  src = fetchFromGitHub {
    owner = "darold";
    repo = "pgFormatter";
    rev = "v${version}";
    hash = "sha256-EJLAP1uBmWxWEsdLJYTuViMv4o0iEi2fqy79ixyRijU=";
    hash = "sha256-G4Bbg8tNlwV8VCVKCamhlQ/pGf8hWCkABm6f8i5doos=";
  };

  outputs = [ "out" ];
@@ -37,7 +37,10 @@ perlPackages.buildPerlPackage rec {
    description = "PostgreSQL SQL syntax beautifier that can work as a console program or as a CGI";
    homepage = "https://github.com/darold/pgFormatter";
    changelog = "https://github.com/darold/pgFormatter/releases/tag/v${version}";
    maintainers = [ ];
    maintainers = with lib.maintainers; [
      thunze
      mfairley
    ];
    license = [
      lib.licenses.postgresql
      lib.licenses.artistic2