Michael Fairley
2026-01-15 11:22:05 -06:00
parent f19d49727a
commit 5b90d74cef
+2 -2
View File
@@ -8,13 +8,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" ];