pgformatter: 5.9 -> 5.10
Changelog: https://github.com/darold/pgFormatter/releases/tag/v5.10 Diff: https://github.com/darold/pgFormatter/compare/v5.9...v5.10
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
|
||||
perlPackages.buildPerlPackage rec {
|
||||
pname = "pgformatter";
|
||||
version = "5.9";
|
||||
version = "5.10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "darold";
|
||||
repo = "pgFormatter";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-G4Bbg8tNlwV8VCVKCamhlQ/pGf8hWCkABm6f8i5doos=";
|
||||
hash = "sha256-OWw47okAs8x4Ri8+IJHPhy6YSkSN2sBlJ0v8h6GlhfU=";
|
||||
};
|
||||
|
||||
outputs = [ "out" ];
|
||||
|
||||
Reference in New Issue
Block a user