Merge pull request #83727 from marsam/update-pgformatter

pgformatter: 4.2 -> 4.3
This commit is contained in:
Mario Rodas 2020-03-30 05:51:56 -05:00 committed by GitHub
commit 77bd6306b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
perlPackages.buildPerlPackage rec {
pname = "pgformatter";
version = "4.2";
version = "4.3";
src = fetchFromGitHub {
owner = "darold";
repo = "pgFormatter";
rev = "v${version}";
sha256 = "1fqhbs7q3nxda7acbcx8dyjh99d0mv485dpmiczxia7cy1xqi63g";
sha256 = "0n8ydj01nmnkd8glzjb0yrsyax1pmdfvaxb5xj4pkb2mf6zm94qy";
};
outputs = [ "out" ];