Maximilian Bosch
2023-07-16 09:54:51 +02:00
parent b32c762014
commit e79b9009e6
+3 -3
View File
@@ -20006,10 +20006,10 @@ with self; {
PLS = buildPerlPackage {
pname = "PLS";
version = "0.897";
version = "0.905";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MR/MREISNER/PLS-0.897.tar.gz";
hash = "sha256-3dzDrSbSgjQJ9l2NPKfCc4o4FwPiiSG1Vm8d2aJV6Ag=";
url = "mirror://cpan/authors/id/M/MR/MREISNER/PLS-0.905.tar.gz";
hash = "sha256-RVW1J5nBZBXDy/5eMB6gLKDrvDQhTH/lLx19ykUwLik=";
};
propagatedBuildInputs = [ Future IOAsync PPI PPR PathTiny PerlCritic PerlTidy PodMarkdown URI ];
nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang;