Tom Hunze
2026-05-09 22:14:25 +02:00
parent e4d84e0e42
commit 4b835e1ec3
+2 -2
View File
@@ -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" ];